Searched refs:kJccShortPrefix (Results 1 – 6 of 6) sorted by relevance
550 static const byte kJccShortPrefix = 0x70; variable551 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;552 static const byte kJcShortOpcode = kJccShortPrefix | carry;553 static const byte kJnzShortOpcode = kJccShortPrefix | not_zero;554 static const byte kJzShortOpcode = kJccShortPrefix | zero;
552 static const byte kJccShortPrefix = 0x70; variable553 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;554 static const byte kJcShortOpcode = kJccShortPrefix | carry;555 static const byte kJnzShortOpcode = kJccShortPrefix | not_zero;556 static const byte kJzShortOpcode = kJccShortPrefix | zero;
578 static const byte kJccShortPrefix = 0x70; variable579 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;580 static const byte kJcShortOpcode = kJccShortPrefix | carry;581 static const byte kJnzShortOpcode = kJccShortPrefix | not_zero;582 static const byte kJzShortOpcode = kJccShortPrefix | zero;
603 *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); in PatchInlinedSmiCode()
601 *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); in PatchInlinedSmiCode()