Home
last modified time | relevance | path

Searched refs:kExpr (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h37 kExpr ///< Relocatable immediate operand. enumerator
55 bool isExpr() const { return Kind == kExpr; } in isExpr()
117 Op.Kind = kExpr; in CreateExpr()
/external/llvm/include/llvm/MC/
DMCInst.h39 kExpr, ///< Relocatable immediate operand. enumerator
59 bool isExpr() const { return Kind == kExpr; } in isExpr()
131 Op.Kind = kExpr; in createExpr()
/external/v8/src/wasm/
Dwasm-opcodes.cc18 case kExpr##name: \ in OpcodeName()
31 case kExpr##name: \ in ShortOpcodeName()
Dwasm-interpreter.cc1492 case kExpr##name: { \ in Execute()
1524 case kExpr##name: { \ in Execute()
1551 case kExpr##name: { \ in Execute()
1576 case kExpr##name: { \ in Execute()
1609 case kExpr##name: { \ in Execute()
1620 case kExpr##name: { \ in Execute()
1633 case kExpr##name: { \ in Execute()
1646 case kExpr##name: { \ in Execute()
1658 case kExpr##name: { \ in Execute()
Dast-decoder.cc269 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength()
341 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength()
347 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength()
Dwasm-opcodes.h500 #define DECLARE_NAMED_ENUM(name, opcode, sig) kExpr##name = opcode,
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h171 kExpr, enumerator