Searched defs:DEF_ASM_OP1 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 3114 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) macro 3571 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name) macro 4446 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) macro 4903 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name) macro 15153 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) { TOK_ASM_ ## name, opcode, (instr_type |… macro 15615 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) macro
|