Searched refs:kExpr (Results 1 – 8 of 8) 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-text.cc | 161 case kExpr##type##Const: { \ in PrintWasmText() 171 #define CASE_OPCODE(opcode, _, __) case kExpr##opcode: in PrintWasmText()
|
D | wasm-interpreter.cc | 1478 case kExpr##name: { \ in Execute() 1500 case kExpr##name: { \ in Execute() 1517 case kExpr##name: { \ in Execute() 1542 case kExpr##name: { \ in Execute() 1592 case kExpr##name: { \ in Execute() 1603 case kExpr##name: { \ in Execute() 1638 case kExpr##name: { \ in Execute()
|
D | wasm-opcodes.cc | 17 case kExpr##name: \
|
D | function-body-decoder.cc | 418 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 488 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 494 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 2024 case kExpr##name: \ in RawOpcodeName()
|
D | wasm-opcodes.h | 506 #define DECLARE_NAMED_ENUM(name, opcode, sig) kExpr##name = opcode,
|
/external/icu/icu4c/source/i18n/ |
D | plurrule_impl.h | 173 kExpr, enumerator
|