Home
last modified time | relevance | path

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 Delk_eu_emit.c624 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 Delk_inst.h1049 elk_inst_set_opcode(const struct elk_isa_info *isa, in elk_inst_set_opcode() function
H A Delk_fs_generator.cpp338 elk_inst_set_opcode(p->isa, elk_last_inst, ELK_OPCODE_SENDC); in generate_send()
H A Delk_test_eu_validate.cpp2499 elk_inst_set_opcode(&isa, last_inst, inst[i].opcode); in TEST_P()