Searched refs:kExpr (Results 1 – 10 of 10) sorted by relevance
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInst.h | 41 kExpr, ///< Relocatable immediate operand. enumerator 61 bool isExpr() const { return Kind == kExpr; } in isExpr() 139 Op.Kind = kExpr; in createExpr()
|
/external/v8/src/asmjs/ |
D | asm-parser.cc | 1489 current_function_builder_->Emit(kExpr##type##AsmjsLoad##wasmload); \ in MemberExpression() 1532 current_function_builder_->Emit(kExpr##type##AsmjsStore##wasmstore); \ in AssignmentExpression() 1894 current_function_builder_->Emit(kExpr##opcode); \ in ShiftExpression() 1919 current_function_builder_->Emit(kExpr##sop); \ in RelationalExpression() 1921 current_function_builder_->Emit(kExpr##uop); \ in RelationalExpression() 1923 current_function_builder_->Emit(kExpr##dop); \ in RelationalExpression() 1925 current_function_builder_->Emit(kExpr##fop); \ in RelationalExpression() 1956 current_function_builder_->Emit(kExpr##sop); \ in EqualityExpression() 1958 current_function_builder_->Emit(kExpr##uop); \ in EqualityExpression() 1960 current_function_builder_->Emit(kExpr##dop); \ in EqualityExpression() [all …]
|
/external/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 21 case kExpr##name: \ 461 #define CHECK_OPCODE(name, opcode, _) case kExpr##name: in IsControlOpcode() 529 #define CHECK_OPCODE(name, opcode, _) case kExpr##name: in IsSimdPostMvpOpcode()
|
D | function-body-decoder-impl.h | 1570 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: 1736 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: 1740 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: 1744 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: 1779 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: 1787 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: 1870 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: 2294 DECODE(op) { return BuildSimpleOperator_##sig(kExpr##op); } 3087 #define DECODE_IMPL(opcode) DECODE_IMPL2(kExpr##opcode, opcode) 3131 #define DECODE_LOAD_MEM(op, ...) DECODE_IMPL2(kExpr##op, LoadMem); [all …]
|
D | function-body-decoder.cc | 94 case kExpr##name: \ in RawOpcodeName()
|
D | wasm-opcodes.h | 745 #define DECLARE_NAMED_ENUM(name, opcode, sig) kExpr##name = opcode,
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1099 case kExpr##opcode: \ in UnOp() 1102 case kExpr##opcode: \ in UnOp() 1105 case kExpr##opcode: \ in UnOp() 1108 case kExpr##opcode: \ in UnOp() 1112 case kExpr##opcode: \ in UnOp() 1114 kExpr##opcode, ext_ref, can_trap ? decoder->position() : 0); in UnOp() 1318 case kExpr##opcode: \ in BinOp() 1327 case kExpr##opcode: \ in BinOp() 2977 case wasm::kExpr##opcode: \ in SimdLaneOp() 2994 case wasm::kExpr##opcode: \ in SimdLaneOp() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | plurrule_impl.h | 179 kExpr, enumerator
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 5149 case wasm::kExpr##Name: \ in AtomicOp() 7300 wasm::WasmOpcodes::Signature(wasm::kExpr##name); \ in ResolveWasmImportCall() 7301 if (!sig) sig = wasm::WasmOpcodes::AsmjsSignature(wasm::kExpr##name); \ in ResolveWasmImportCall() 7380 return wasm::kExpr##name in GetMathIntrinsicOpcode()
|