Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c259 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type) in ir2_instr_create()
Dir-a2xx.h65 } instr_type; member
/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 …]