Searched defs:jcc (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | assembler_x86.cpp | 611 case REP16(0x80): // jcc rdisp32 613 assert(which == call32_operand, "jcc has no disp32 or imm"); 761 assert(which != call32_operand, "instruction is not a call, jmp, or jcc"); 1253 jcc(Assembler::notEqual, L); 1436 void Assembler::jcc(Condition cc, Label& L, bool maybe_short) { function in class:Assembler 1441 assert(dst != NULL, "jcc most probably wrong"); 5571 jcc(Assembler::notEqual, cas_label); 5598 jcc(Assembler::equal, done); 5613 jcc(Assembler::notZero, try_revoke_bias); 5625 jcc(Assemble [all...] |
Completed in 124 milliseconds