Searched refs:elk_inst_set_opcode (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_eu_emit.c | 624 elk_inst_set_opcode(p->isa, insn, opcode); in elk_next_insn() 1086 elk_inst_set_opcode(p->isa, insn, ELK_OPCODE_NOP); in elk_NOP() 1259 elk_inst_set_opcode(p->isa, if_inst, ELK_OPCODE_ADD); in convert_IF_ELSE_to_ADD() 1266 elk_inst_set_opcode(p->isa, else_inst, ELK_OPCODE_ADD); in convert_IF_ELSE_to_ADD() 1314 elk_inst_set_opcode(p->isa, if_inst, ELK_OPCODE_IFF); in patch_IF_ELSE()
|
H A D | elk_inst.h | 1049 elk_inst_set_opcode(const struct elk_isa_info *isa, in elk_inst_set_opcode() function
|
H A D | elk_fs_generator.cpp | 338 elk_inst_set_opcode(p->isa, elk_last_inst, ELK_OPCODE_SENDC); in generate_send()
|
H A D | elk_test_eu_validate.cpp | 2499 elk_inst_set_opcode(&isa, last_inst, inst[i].opcode); in TEST_P()
|