Searched refs:SOP1_instruction (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_insert_NOPs.cpp | 689 …aco_ptr<SOP1_instruction> s_mov{create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format… in handle_instruction_gfx10()
|
D | aco_ir.h | 992 struct SOP1_instruction : public Instruction { struct 994 static_assert(sizeof(SOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
|
D | aco_insert_exec_mask.cpp | 760 …instr.reset(create_instruction<SOP1_instruction>(bld.w64or32(Builder::s_mov), Format::SOP1, 1, 1)); in process_instructions()
|
D | aco_spill.cpp | 281 …res.reset(create_instruction<SOP1_instruction>(instr->opcode, instr->format, instr->operands.size(… in do_reload()
|
D | aco_register_allocation.cpp | 2365 … mov.reset(create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format::SOP1, 1, 1)); in register_allocation()
|