Searched refs:asm_instruction_ctor (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parse.y90 static struct asm_instruction *asm_instruction_ctor(enum prog_opcode op,
387 $$ = asm_instruction_ctor(OPCODE_ARL, & $2, & $4, NULL, NULL);
469 $$ = asm_instruction_ctor(OPCODE_KIL, NULL, & $2, NULL, NULL);
2097 asm_instruction_ctor(enum prog_opcode op,
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parse.y98 static struct asm_instruction *asm_instruction_ctor(enum prog_opcode op,
396 $$ = asm_instruction_ctor(OPCODE_ARL, & $2, & $4, NULL, NULL);
478 $$ = asm_instruction_ctor(OPCODE_KIL, NULL, & $2, NULL, NULL);
2118 asm_instruction_ctor(enum prog_opcode op,
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c164 static struct asm_instruction *asm_instruction_ctor(enum prog_opcode op,
2048 (yyval.inst) = asm_instruction_ctor(OPCODE_ARL, & (yyvsp[-2].dst_reg), & (yyvsp[0].src_reg), NULL, NULL);
2142 (yyval.inst) = asm_instruction_ctor(OPCODE_KIL, NULL, & (yyvsp[0].src_reg), NULL, NULL);
4621 asm_instruction_ctor(enum prog_opcode op, function in typeref:struct:asm_instruction *
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c168 static struct asm_instruction *asm_instruction_ctor(enum prog_opcode op,
2295 (yyval.inst) = asm_instruction_ctor(OPCODE_ARL, & (yyvsp[-2].dst_reg), & (yyvsp[0].src_reg), NULL, NULL);
2389 (yyval.inst) = asm_instruction_ctor(OPCODE_KIL, NULL, & (yyvsp[0].src_reg), NULL, NULL);
4887 asm_instruction_ctor(enum prog_opcode op, function in typeref:struct:asm_instruction *

Completed in 64 milliseconds