Home
last modified time | relevance | path

Searched refs:opcode_value (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/diagnostics/s390/
Ddisasm-s390.cc702 #define DECODE_RR_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
710 #define DECODE_RS_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
717 #define DECODE_RSI_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
724 #define DECODE_RI_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
731 #define DECODE_RI_B_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
738 #define DECODE_RI_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
745 #define DECODE_RRE_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
773 #define DECODE_RX_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
780 #define DECODE_RX_B_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
787 #define DECODE_RRD_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeGeneric() argument
[all …]
/external/v8/src/codegen/s390/
Dassembler-s390.h1086 #define DECLARE_VRR_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1089 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1096 (static_cast<uint64_t>(opcode_value & 0x00FF)); \
1102 #define DECLARE_VRR_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
1105 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1113 (static_cast<uint64_t>(opcode_value & 0x00FF)); \
1119 #define DECLARE_VRR_B_INSTRUCTIONS(name, opcode_name, opcode_value) \ in S390_VRR_C_OPCODE_LIST() argument
1122 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \ in S390_VRR_C_OPCODE_LIST()
1129 (static_cast<uint64_t>(opcode_value & 0x00FF)); \ in S390_VRR_C_OPCODE_LIST()
1135 #define DECLARE_VRR_E_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument
[all …]
Dconstants-s390.h1661 #define DECLARE_OPCODES(name, opcode_name, opcode_value) \ argument
1662 opcode_name = opcode_value,
/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py391 return self.opcode_value()
394 def opcode_value(self): member in glx_function
DglX_proto_send.py456 print('#define %s %d' % (func.opcode_name(), func.opcode_value()))
/external/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc1245 #define DECODE_XX3_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt6() argument
1254 #define DECODE_XX2_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt6() argument
/external/v8/src/codegen/ppc/
Dconstants-ppc.h2630 #define DECLARE_INSTRUCTION(name, opcode_name, opcode_value) \ argument
2631 opcode_name = opcode_value,
2895 #define OPCODE_CASES(name, opcode_name, opcode_value) case opcode_name: argument