Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c3113 #define DEF_ASM_OP0L(name, opcode, group, instr_type) argument
3114 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) argument
3115 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) argument
3116 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) argument
3570 #define DEF_ASM_OP0L(name, opcode, group, instr_type) DEF_ASM(name) argument
3571 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name) argument
3572 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) DEF_ASM(name) argument
3573 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) DEF_ASM(name) argument
4445 #define DEF_ASM_OP0L(name, opcode, group, instr_type) argument
4446 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) argument
[all …]