Home
last modified time | relevance | path

Searched defs:OpcodeValue (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h2808 inline int OpcodeValue() const { return static_cast<Opcode>(Bits(31, 26)); } in OpcodeValue() function
/external/v8/src/arm/
Dconstants-arm.h565 inline int OpcodeValue() const { in OpcodeValue() function
/external/v8/src/mips/
Dconstants-mips.h1302 inline Opcode OpcodeValue() const { in OpcodeValue() function
/external/v8/src/mips64/
Dconstants-mips64.h1349 inline Opcode OpcodeValue() const { in OpcodeValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1553 unsigned OpcodeValue = 0; in initOpcodeValuesMap() local