Searched defs:kJccShortPrefix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h607 static const byte kJccShortPrefix = 0x70; member in struct:v8::internal::XMMRegister
608 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
609 static const byte kJcShortOpcode = kJccShortPrefix | carry;
610 static const byte kJnzShortOpcode = kJccShortPrefix | not_zero;
611 static const byte kJzShortOpcode = kJccShortPrefix | zero;

Completed in 224 milliseconds