Home
last modified time | relevance | path

Searched refs:cat0_src1 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y812 cat0_src1: '!' T_P0 { instr->cat0.inv1 = true; instr->cat0.comp1 = $2 >> 1; } label
822 | T_OP_BR { new_instr(OPC_B)->cat0.brtype = BRANCH_PLAIN; } cat0_src1 ',' cat0_immed
823 | T_OP_BRAO { new_instr(OPC_B)->cat0.brtype = BRANCH_OR; } cat0_src1 ',' cat0_src2 ',' cat0_immed
824 | T_OP_BRAA { new_instr(OPC_B)->cat0.brtype = BRANCH_AND; } cat0_src1 ',' cat0_src2 ',' cat0_immed
826 | T_OP_BANY { new_instr(OPC_B)->cat0.brtype = BRANCH_ANY; } cat0_src1 ',' cat0_immed
827 | T_OP_BALL { new_instr(OPC_B)->cat0.brtype = BRANCH_ALL; } cat0_src1 ',' cat0_immed
832 | T_OP_KILL { new_instr(OPC_KILL); } cat0_src1
848 | T_OP_PREDT { new_instr(OPC_PREDT); } cat0_src1
849 | T_OP_PREDF { new_instr(OPC_PREDF); } cat0_src1

Completed in 2 milliseconds