Home
last modified time | relevance | path

Searched defs:kJnzShortOpcode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.h542 static const byte kJnzShortOpcode = kJccShortPrefix | not_zero; variable
/external/v8/src/ia32/
Dassembler-ia32.h545 static const byte kJnzShortOpcode = kJccShortPrefix | not_zero; variable
/external/v8/src/x64/
Dassembler-x64.h576 static const byte kJnzShortOpcode = kJccShortPrefix | not_zero; variable