Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h278 #define ALU_OP0_SET_CF_IDX0 83 macro
Deg_asm.c205 alu.op = id == 0 ? ALU_OP0_SET_CF_IDX0 : ALU_OP0_SET_CF_IDX1; in egcm_load_index_reg()
Dr600_asm.c888 if (alu->op == ALU_OP0_SET_CF_IDX0 || in merge_inst_groups()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp447 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()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1309 {op1_set_cf_idx0, ALU_OP0_SET_CF_IDX0},