Searched refs:kExpr (Results 1 – 13 of 13) 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/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/wasm/baseline/ |
D | liftoff-compiler.cc | 621 case WasmOpcode::kExpr##opcode: \ in UnOp() 628 case WasmOpcode::kExpr##opcode: \ in UnOp() 635 case WasmOpcode::kExpr##opcode: \ in UnOp() 640 case WasmOpcode::kExpr##opcode: \ in UnOp() 642 kExpr##opcode, ext_ref, can_trap ? decoder->position() : 0); \ in UnOp() 754 case WasmOpcode::kExpr##opcode: \ in BinOp() 760 case WasmOpcode::kExpr##opcode: \ in BinOp() 766 case WasmOpcode::kExpr##opcode: \ in BinOp() 772 case WasmOpcode::kExpr##opcode: \ in BinOp() 778 case WasmOpcode::kExpr##opcode: \ in BinOp() [all …]
|
/external/v8/src/wasm/ |
D | wasm-text.cc | 165 case kExpr##type##Const: { \ in PrintWasmText() 176 #define CASE_OPCODE(opcode, _, __) case kExpr##opcode: in PrintWasmText()
|
D | wasm-interpreter.cc | 1526 case kExpr##name: { \ in ExecuteAtomicOp() 1590 case kExpr##name: { \ in ExecuteAtomicOp() 1622 case kExpr##name: { \ in ExecuteAtomicOp() 1644 case kExpr##name: { \ in ExecuteAtomicOp() 1686 case kExpr##format##Splat: { \ in ExecuteSimdOp() 1700 case kExpr##format##ExtractLane: { \ in ExecuteSimdOp() 1715 case kExpr##op: { \ in ExecuteSimdOp() 1776 case kExpr##op: { \ in ExecuteSimdOp() 1797 case kExpr##op: { \ in ExecuteSimdOp() 1861 case kExpr##format##ReplaceLane: { \ in ExecuteSimdOp() [all …]
|
D | function-body-decoder-impl.h | 992 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 1072 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 1076 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 1080 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 1100 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in OpcodeLength() 1124 #define DECLARE_OPCODE_CASE(name, opcode, sig) case kExpr##name: in StackEffect() 1950 case kExpr##name: /* fallthrough */ in DecodeFunctionBody() 2256 case kExpr##Name: { \ in DecodeAtomicOpcode() 2264 case kExpr##Name: { \ in DecodeAtomicOpcode()
|
D | wasm-opcodes.cc | 19 case kExpr##name: \ 318 #define CHECK_OPCODE(name, opcode, _) case kExpr##name: in IsControlOpcode()
|
D | wasm-opcodes.h | 556 #define DECLARE_NAMED_ENUM(name, opcode, sig) kExpr##name = opcode,
|
D | function-body-decoder.cc | 888 case kExpr##name: \ in RawOpcodeName()
|
/external/v8/src/asmjs/ |
D | asm-parser.cc | 1472 current_function_builder_->Emit(kExpr##type##AsmjsLoad##wasmload); \ in MemberExpression() 1508 current_function_builder_->Emit(kExpr##type##AsmjsStore##wasmstore); \ in AssignmentExpression() 1861 current_function_builder_->Emit(kExpr##opcode); \ in ShiftExpression() 1886 current_function_builder_->Emit(kExpr##sop); \ in RelationalExpression() 1888 current_function_builder_->Emit(kExpr##uop); \ in RelationalExpression() 1890 current_function_builder_->Emit(kExpr##dop); \ in RelationalExpression() 1892 current_function_builder_->Emit(kExpr##fop); \ in RelationalExpression() 1923 current_function_builder_->Emit(kExpr##sop); \ in EqualityExpression() 1925 current_function_builder_->Emit(kExpr##uop); \ in EqualityExpression() 1927 current_function_builder_->Emit(kExpr##dop); \ in EqualityExpression() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | plurrule_impl.h | 179 kExpr, enumerator
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 3904 case wasm::kExpr##Name: { \ in AtomicOp() 3917 case wasm::kExpr##Name: { \ in AtomicOp() 3931 case wasm::kExpr##Name: { \ in AtomicOp() 3944 case wasm::kExpr##Name: { \ in AtomicOp()
|