Home
last modified time | relevance | path

Searched refs:op2_ashr_int (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h57 op2_ashr_int = 21, enumerator
Dsfn_alu_defines.cpp124 {op2_ashr_int ,AluOp(2, 0, AluOp::a,"ASHR_INT")},
Dsfn_ir_to_assembly.cpp1244 {op2_ashr_int, ALU_OP2_ASHR_INT},
Dsfn_emitaluinstruction.cpp104 case nir_op_ishr: return emit_alu_op2_int(instr, op2_ashr_int); in do_emit()