Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h37 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/
DMCInst.h39 kExpr, ///< Relocatable immediate operand. enumerator
59 bool isExpr() const { return Kind == kExpr; } in isExpr()
131 Op.Kind = kExpr; in createExpr()
/external/v8/src/wasm/
Dwasm-text.cc161 case kExpr##type##Const: { \ in PrintWasmText()
171 #define CASE_OPCODE(opcode, _, __) case kExpr##opcode: in PrintWasmText()
Dwasm-interpreter.cc1478 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()
Dwasm-opcodes.cc17 case kExpr##name: \
Dfunction-body-decoder.cc418 #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()
Dwasm-opcodes.h506 #define DECLARE_NAMED_ENUM(name, opcode, sig) kExpr##name = opcode,
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h171 kExpr, enumerator