Searched refs:is_simm32 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp308 static bool is_simm32(intptr_t x) { return is_simm(x, 32); } function in class:AbstractAssembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp395 assert(is_simm32(adjusted),
1168 assert(is_simm32(disp), "must be 32bit offset (call2)");
1452 assert(is_simm32(offs - long_size),
1539 assert(is_simm32(disp), "must be 32bit offset (jmp)");
4424 if (!is_simm32(disp)) return false;
4426 if (!is_simm32(disp)) return false;
4443 return is_simm32(disp);
4451 !is_simm32(addr - (intptr_t)CodeCache::low_bound()) ||
4452 !is_simm32(addr - (intptr_t)CodeCache::high_bound());
5124 assert(is_simm32(imm3
[all...]
H A Dc1_LIRAssembler_x86.cpp252 assert(Assembler::is_simm32(addr_offset), "must be");

Completed in 298 milliseconds