Searched refs:kJccShortPrefix (Results 1 – 2 of 2) sorted by relevance
527 static constexpr byte kJccShortPrefix = 0x70; variable528 static constexpr byte kJncShortOpcode = kJccShortPrefix | not_carry;529 static constexpr byte kJcShortOpcode = kJccShortPrefix | carry;530 static constexpr byte kJnzShortOpcode = kJccShortPrefix | not_zero;531 static constexpr byte kJzShortOpcode = kJccShortPrefix | zero;
557 static constexpr byte kJccShortPrefix = 0x70; variable558 static constexpr byte kJncShortOpcode = kJccShortPrefix | not_carry;559 static constexpr byte kJcShortOpcode = kJccShortPrefix | carry;560 static constexpr byte kJnzShortOpcode = kJccShortPrefix | not_zero;561 static constexpr byte kJzShortOpcode = kJccShortPrefix | zero;