Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c124 { OPCODE_LG2, "LG2", 1, 1 },
Dprog_instruction.h143 OPCODE_LG2, /* X X 2 X X */ enumerator
Dprog_to_nir.c646 [OPCODE_LG2] = 0,
707 case OPCODE_LG2: in ptn_emit_instruction()