Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInst.h41 kExpr, ///< Relocatable immediate operand. enumerator
61 bool isExpr() const { return Kind == kExpr; } in isExpr()
139 Op.Kind = kExpr; in createExpr()
/external/v8/src/asmjs/
Dasm-parser.cc1489 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/
Dwasm-opcodes-inl.h21 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()
Dfunction-body-decoder-impl.h1570 #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 …]
Dfunction-body-decoder.cc94 case kExpr##name: \ in RawOpcodeName()
Dwasm-opcodes.h745 #define DECLARE_NAMED_ENUM(name, opcode, sig) kExpr##name = opcode,
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1099 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/
Dplurrule_impl.h179 kExpr, enumerator
/external/v8/src/compiler/
Dwasm-compiler.cc5149 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()