Searched defs:DEF_ASM_OP0L (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 3113 #define DEF_ASM_OP0L(name, opcode, group, instr_type) macro 3570 #define DEF_ASM_OP0L(name, opcode, group, instr_type) DEF_ASM(name) macro 4445 #define DEF_ASM_OP0L(name, opcode, group, instr_type) macro 4902 #define DEF_ASM_OP0L(name, opcode, group, instr_type) DEF_ASM(name) macro 15152 #define DEF_ASM_OP0L(name, opcode, group, instr_type) { TOK_ASM_ ## name, opcode, (instr_type | gro… macro 15614 #define DEF_ASM_OP0L(name, opcode, group, instr_type) macro
|