Home
last modified time | relevance | path

Searched refs:ALU_OP2_SUBB_UINT (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h278 #define ALU_OP2_SUBB_UINT 78 macro
Dr600_shader.c11018 opc = ALU_OP2_SUBB_UINT; in emit_u64add()
11089 opc = ALU_OP2_SUBB_UINT; in egcm_u64add()
11159 const int opc = ALU_OP2_SUBB_UINT; in egcm_i64neg()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1308 {op2_subb_uint, ALU_OP2_SUBB_UINT},