Searched defs:is_64bit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp433 bool is_64bit = false; local
480 is_64bit = true;
496 assert(which == imm_operand && !is_64bit, "pushl has no disp32 or 64bit immediate");
537 if (which == end_pc_operand) return ip + (is_64bit ? 8 : 4);
541 err_msg("which %d is_64_bit %d ip " INTPTR_FORMAT, which, is_64bit, ip));
543 assert((which == call32_operand || which == imm_operand) && is_64bit ||
544 which == narrow_oop_operand && !is_64bit,
545 err_msg("which %d is_64_bit %d ip " INTPTR_FORMAT, which, is_64bit, ip));
688 is_64bit = ((VEX_W & *ip) == VEX_W);
823 assert(which == narrow_oop_operand && !is_64bit, "instructio
[all...]

Completed in 70 milliseconds