Searched refs:s_mov (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_insert_NOPs.cpp | 734 /* Insert s_mov to mitigate the problem */ 735 aco_ptr<SOP1_instruction> s_mov{ local in function:aco::__anonc617705e0110::handle_instruction_gfx10 737 s_mov->definitions[0] = Definition(sgpr_null, s1); 738 s_mov->operands[0] = Operand::zero(); 739 new_instructions.emplace_back(std::move(s_mov));
|
| H A D | aco_lower_to_hw_instr.cpp | 659 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand::c64(UINT64_MAX)); 815 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand(stmp, bld.lm)); 825 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand(stmp, bld.lm));
|
| H A D | aco_insert_exec_mask.cpp | 755 instr.reset(create_instruction<SOP1_instruction>(bld.w64or32(Builder::s_mov),
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | test_optimizer_postRA.cpp | 71 auto ovrwr = bld.sop1(Builder::s_mov, bld.def(bld.lm, vcc), Operand::zero()); 121 auto ovrwr = bld.sop1(Builder::s_mov, bld.def(bld.lm, exec), Operand::c32(42u));
|
Completed in 10 milliseconds