Searched refs:opcode_value (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_XML.py | 392 return self.opcode_value() 395 def opcode_value(self): member in glx_function
|
D | glX_proto_send.py | 458 print '#define %s %d' % (func.opcode_name(), func.opcode_value())
|
/external/v8/src/s390/ |
D | assembler-s390.h | 960 #define DECLARE_VRR_A_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument 963 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \ 969 (static_cast<uint64_t>(opcode_value & 0x00FF)); \ 975 #define DECLARE_VRR_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ argument 978 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \ 985 (static_cast<uint64_t>(opcode_value & 0x00FF)); \
|
D | disasm-s390.cc | 1091 #define DECODE_VRR_C_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeSixByte() argument
|
D | constants-s390.h | 1712 #define DECLARE_OPCODES(name, opcode_name, opcode_value) \ argument 1713 opcode_name = opcode_value,
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1097 #define DECODE_XX3_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt6() argument 1106 #define DECODE_XX2_INSTRUCTIONS(name, opcode_name, opcode_value) \ in DecodeExt6() argument
|
D | constants-ppc.h | 2567 #define DECLARE_INSTRUCTION(name, opcode_name, opcode_value) \ argument 2568 opcode_name = opcode_value,
|