Searched defs:DEF_ASM_OP3 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 3116 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) macro 3573 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) DEF_ASM(name) macro 4448 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) macro 4905 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) DEF_ASM(name) macro 15155 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) { TOK_ASM_ ## name, opcode, (in… macro 15617 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) macro
|