Searched defs:DEF_ASM_OP2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 3115 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) macro 3572 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) DEF_ASM(name) macro 4447 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) macro 4904 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) DEF_ASM(name) macro 15154 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) { TOK_ASM_ ## name, opcode, (instr_t… macro 15616 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) macro
|