src/cpu/x86/vm/macroAssembler_x86.cpp

changeset 4323
f0c2369fda5a
parent 4318
cd3d6a6b95d9
child 4363
2c7f594145dc
equal deleted inserted replaced
4320:c5d414e98fd4 4323:f0c2369fda5a
51 #define STOP(error) block_comment(error); stop(error) 51 #define STOP(error) block_comment(error); stop(error)
52 #endif 52 #endif
53 53
54 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":") 54 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
55 55
56
57 #ifdef ASSERT
58 bool AbstractAssembler::pd_check_instruction_mark() { return true; }
59 #endif
56 60
57 static Assembler::Condition reverse[] = { 61 static Assembler::Condition reverse[] = {
58 Assembler::noOverflow /* overflow = 0x0 */ , 62 Assembler::noOverflow /* overflow = 0x0 */ ,
59 Assembler::overflow /* noOverflow = 0x1 */ , 63 Assembler::overflow /* noOverflow = 0x1 */ ,
60 Assembler::aboveEqual /* carrySet = 0x2, below = 0x2 */ , 64 Assembler::aboveEqual /* carrySet = 0x2, below = 0x2 */ ,

mercurial