Home
last modified time | relevance | path

Searched refs:ALU_OP1_MOVA_INT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h348 #define ALU_OP1_MOVA_INT 154 macro
Deg_asm.c188 alu.op = ALU_OP1_MOVA_INT; in egcm_load_index_reg()
Dr600_asm.c1160 alu.op = ALU_OP1_MOVA_INT; in load_ar()
Dr600_shader.c10407 [TGSI_OPCODE_UARL] = { ALU_OP1_MOVA_INT, tgsi_r600_arl},
10604 [TGSI_OPCODE_UARL] = { ALU_OP1_MOVA_INT, tgsi_eg_arl},
10826 [TGSI_OPCODE_UARL] = { ALU_OP1_MOVA_INT, tgsi_eg_arl},
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp381 if (n.bc.op == ALU_OP1_MOVA_INT) { in dump()
Dsb_expr.cpp411 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT || in fold_alu_op1()
447 case ALU_OP1_MOVA_INT: dv = cv; break; // FIXME ??? in fold_alu_op1()
Dsb_sched.cpp2166 a->bc.set_op(ALU_OP1_MOVA_INT); in create_ar_load()