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.c11046 opc = ALU_OP2_SUBB_UINT; in emit_u64add()
11117 opc = ALU_OP2_SUBB_UINT; in egcm_u64add()
11187 const int opc = ALU_OP2_SUBB_UINT; in egcm_i64neg()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1296 {op2_subb_uint, ALU_OP2_SUBB_UINT},