Home
last modified time | relevance | path

Searched refs:T_OP_SUB (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
209 | T_OP_SUB { new_instr($1); }
/dports/lang/clover/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
H A Dlexer.l58 "sub" return TOKEN(T_OP_SUB);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
H A Dlexer.l58 "sub" return TOKEN(T_OP_SUB);
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
H A Dlexer.l58 "sub" return TOKEN(T_OP_SUB);
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
/dports/graphics/mesa-dri/mesa-21.3.6/src/freedreno/afuc/
H A Dparser.y133 %token <tok> T_OP_SUB
213 | T_OP_SUB { new_instr($1); }
H A Dasm.c96 case T_OP_SUB: in tok2alu()
170 case T_OP_SUB: in emit_instructions()
/dports/net/freeradius3/freeradius-server-3.0.25/src/include/
H A Dtoken.h46 T_OP_SUB, /* -= 10 */ enumerator

12