Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/s390/
Ddisasm-s390.cc730 #define DECODE_RR_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
738 #define DECODE_RS_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
745 #define DECODE_RSI_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
752 #define DECODE_RI_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
759 #define DECODE_RI_B_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
766 #define DECODE_RI_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
773 #define DECODE_RRE_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
780 #define DECODE_RRF_A_INSTRUCTIONS(name, opcode_name, opcode_val) \ in DecodeGeneric() argument
787 #define DECODE_RRF_C_INSTRUCTIONS(name, opcode_name, opcode_val) \ in DecodeGeneric() argument
794 #define DECODE_RRF_E_INSTRUCTIONS(name, opcode_name, opcode_val) \ in DecodeGeneric() argument
[all …]
/third_party/node/deps/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc545 #define DECODE_VX_D_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
552 #define DECODE_VX_F_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
562 #define DECODE_VA_A_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
572 #define DECODE_VC_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
581 #define DECODE_VX_A_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
588 #define DECODE_VX_B_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
595 #define DECODE_VX_C_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
602 #define DECODE_VX_E_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
609 #define DECODE_VX_G_FORM__INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt0() argument
1500 #define DECODE_XX3_VECTOR_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt6() argument
[all …]
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.h1080 #define DECLARE_VRR_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1096 #define DECLARE_VRR_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1113 #define DECLARE_VRR_B_INSTRUCTIONS(name, opcode_name, opcode_value) \ in S390_VRR_C_OPCODE_LIST() argument
1129 #define DECLARE_VRR_E_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1146 #define DECLARE_VRR_F_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1159 #define DECLARE_VRX_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1175 #define DECLARE_VRS_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1192 #define DECLARE_VRS_B_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1209 #define DECLARE_VRS_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1226 #define DECLARE_VRI_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
[all …]
Dconstants-s390.h1666 #define DECLARE_OPCODES(name, opcode_name, opcode_value) \ argument
/third_party/spirv-tools/source/val/
Dvalidate_ray_tracing_reorder.cpp256 std::string opcode_name = spvOpcodeString(rtinst->opcode()); in RayReorderNVPass() local
553 std::string opcode_name = spvOpcodeString(inst->opcode()); in RayReorderNVPass() local
592 std::string opcode_name = spvOpcodeString(inst->opcode()); in RayReorderNVPass() local
Dvalidate_constants.cpp38 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_constants.cpp38 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp38 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_XML.py425 def opcode_name(self): member in glx_function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp339 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext.cpp339 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
/third_party/spirv-tools/source/
Dtext.cpp351 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
/third_party/node/deps/v8/src/codegen/ppc/
Dconstants-ppc.h2723 #define DECLARE_INSTRUCTION(name, opcode_name, opcode_value) \ argument
2996 #define OPCODE_CASES(name, opcode_name, opcode_value) case opcode_name: argument
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c905 const char* const opcode_name[256] = variable