Home
last modified time | relevance | path

Searched defs:op_value (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/s390/
Dassembler-s390.h609 #define DECLARE_S390_RIL_AB_INSTRUCTIONS(name, op_name, op_value) \ argument
614 #define DECLARE_S390_RIL_C_INSTRUCTIONS(name, op_name, op_value) \ argument
632 #define DECLARE_S390_RR_INSTRUCTIONS(name, op_name, op_value) \ in S390_RIL_B_OPCODE_LIST() argument
651 #define DECLARE_S390_RRD_INSTRUCTIONS(name, op_name, op_value) \ in S390_RR_OPCODE_LIST() argument
665 #define DECLARE_S390_RRE_INSTRUCTIONS(name, op_name, op_value) \ in S390_RRD_OPCODE_LIST() argument
680 #define DECLARE_S390_RX_INSTRUCTIONS(name, op_name, op_value) \ argument
712 #define DECLARE_S390_RXY_INSTRUCTIONS(name, op_name, op_value) \ argument
759 #define DECLARE_S390_RSY_A_INSTRUCTIONS(name, op_name, op_value) \ argument
773 #define DECLARE_S390_RSY_B_INSTRUCTIONS(name, op_name, op_value) \ argument
793 #define DECLARE_S390_RS_A_INSTRUCTIONS(name, op_name, op_value) \ argument
[all …]
Dsimulator-s390.h462 #define EVALUATE_VRR_INSTRUCTIONS(name, op_name, op_value) EVALUATE(op_name); argument
Dsimulator-s390.cc753 #define CREATE_EVALUATE_TABLE(name, op_name, op_value) \ in EvalTableInit() argument
/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c41 unsigned int op_value, unsigned char modrm, in decode_operand_value()