Searched refs:kExpr (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInst.h | 37 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/ |
D | MCInst.h | 39 kExpr, ///< Relocatable immediate operand. enumerator 59 bool isExpr() const { return Kind == kExpr; } in isExpr() 131 Op.Kind = kExpr; in createExpr()
|
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 18 case kExpr##name: \ in OpcodeName() 31 case kExpr##name: \ in ShortOpcodeName()
|
D | wasm-interpreter.cc | 1492 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()
|
D | ast-decoder.cc | 269 #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()
|
D | wasm-opcodes.h | 500 #define DECLARE_NAMED_ENUM(name, opcode, sig) kExpr##name = opcode,
|
/external/icu/icu4c/source/i18n/ |
D | plurrule_impl.h | 171 kExpr, enumerator
|