Home
last modified time | relevance | path

Searched refs:UNCONDITIONAL_JUMP (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.h418 UNCONDITIONAL_JUMP, enumerator
436 PrintF("%s (%x) ", (type() == UNCONDITIONAL_JUMP ? "jmp" : "[other]"), in print()
Dassembler-x87.cc1246 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) { in bind_to()
1365 emit_disp(L, Displacement::UNCONDITIONAL_JUMP); in jmp()
/external/v8/src/ia32/
Dassembler-ia32.h429 UNCONDITIONAL_JUMP, enumerator
447 PrintF("%s (%x) ", (type() == UNCONDITIONAL_JUMP ? "jmp" : "[other]"), in print()
Dassembler-ia32.cc1313 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) { in bind_to()
1432 emit_disp(L, Displacement::UNCONDITIONAL_JUMP); in jmp()