Home
last modified time | relevance | path

Searched refs:ALU_OP0_SET_CF_IDX0 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h277 #define ALU_OP0_SET_CF_IDX0 83 macro
Deg_asm.c203 alu.op = id == 0 ? ALU_OP0_SET_CF_IDX0 : ALU_OP0_SET_CF_IDX1; in egcm_load_index_reg()
Dr600_asm.c869 if (alu->op == ALU_OP0_SET_CF_IDX0 || in merge_inst_groups()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp442 if (n->bc.op == ALU_OP0_SET_CF_IDX0 || n->bc.op == ALU_OP0_SET_CF_IDX1) { in prepare_alu_group()
Dsb_sched.cpp851 a->bc.set_op(ALU_OP0_SET_CF_IDX0); in create_set_idx()