Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dassembler-ia32.h640 static const byte kJccShortPrefix = 0x70; variable
641 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
642 static const byte kJcShortOpcode = kJccShortPrefix | carry;
Dic-ia32.cc1772 *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); in PatchInlinedSmiCode()
/external/v8/src/x64/
Dassembler-x64.h629 static const byte kJccShortPrefix = 0x70; variable
630 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
631 static const byte kJcShortOpcode = kJccShortPrefix | carry;
Dic-x64.cc1777 *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); in PatchInlinedSmiCode()