Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h184 #define INST_CONDITION_LZ 0x0000000f macro
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c205 case INST_CONDITION_LZ: in print_condition()
Detnaviv_compiler_tgsi.c1495 ins[1].cond = INST_CONDITION_LZ; in trans_ssg()
1807 INSTR(CMP, trans_instr, .opc = INST_OPCODE_SELECT, .src = {0, 1, 2}, .cond = INST_CONDITION_LZ),
1810 …R(KILL_IF, trans_instr, .opc = INST_OPCODE_TEXKILL, .src = {0, -1, -1}, .cond = INST_CONDITION_LZ),