Home
last modified time | relevance | path

Searched defs:opcode_name (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/s390/
Ddisasm-s390.cc688 #define DECODE_RR_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
696 #define DECODE_RS_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
703 #define DECODE_RSI_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
710 #define DECODE_RI_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
717 #define DECODE_RI_B_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
724 #define DECODE_RI_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
731 #define DECODE_RRE_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
738 #define DECODE_RRF_A_INSTRUCTIONS(name, opcode_name, opcode_val) \ in DecodeGeneric() argument
745 #define DECODE_RRF_C_INSTRUCTIONS(name, opcode_name, opcode_val) \ in DecodeGeneric() argument
752 #define DECODE_RRF_E_INSTRUCTIONS(name, opcode_name, opcode_val) \ in DecodeGeneric() argument
[all …]
Dassembler-s390.h1408 #define DECLARE_VRR_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1423 #define DECLARE_VRR_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
Dconstants-s390.h1654 #define DECLARE_OPCODES(name, opcode_name, opcode_value) \ argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.cc25 #define CASE_OPCODE_STRING(enum_name, opcode_name, ...) \ in HloOpcodeString() argument
33 StatusOr<HloOpcode> StringToHloOpcode(const string& opcode_name) { in StringToHloOpcode()
35 #define STRING_TO_OPCODE_ENTRY(enum_name, opcode_name, ...) \ in StringToHloOpcode() argument
53 #define CASE_IS_VARIADIC(enum_name, opcode_name, arity, ...) \ in HloOpcodeIsVariadic() argument
63 #define CASE_ARITY(enum_name, opcode_name, arity, ...) \ in HloOpcodeArity() argument
Dhlo_opcode.h148 #define DECLARE_ENUM(enum_name, opcode_name, ...) enum_name, argument
/external/tensorflow/tensorflow/lite/schema/
Dupgrade_schema.py208 def RemapOperator(opcode_name): argument
/external/v8/src/ppc/
Ddisasm-ppc.cc1127 #define DECODE_XX3_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt6() argument
1136 #define DECODE_XX2_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt6() argument
Dconstants-ppc.h2547 #define DECLARE_INSTRUCTION(name, opcode_name, opcode_value) \ argument
2813 #define OPCODE_CASES(name, opcode_name, opcode_value) \ argument
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp39 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp39 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py425 def opcode_name(self): member in glx_function
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp316 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
/external/deqp-deps/SPIRV-Tools/source/
Dtext.cpp316 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c2292 const char * opcode_name = "Extended copy (LID1)"; in sg_ll_extended_copy() local
/external/freetype/src/truetype/
Dttinterp.c946 const char* const opcode_name[256] = variable