Home
last modified time | relevance | path

Searched refs:sopp (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dtest_assembler.cpp50 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 1);
73 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 2);
80 bld.sopp(aco_opcode::s_nop, -1, 0);
104 bld.sopp(aco_opcode::s_cbranch_scc0, Definition(PhysReg(0), s2), 2);
112 bld.sopp(aco_opcode::s_nop, -1, 0);
133 bld.sopp(aco_opcode::s_nop, -1, 0);
141 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 0);
161 bld.sopp(aco_opcode::s_nop, -1, 0);
170 bld.sopp(aco_opcode::s_cbranch_execnz, Definition(PhysReg(0), s2), 0);
189 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 1);
[all …]
Dhelpers.cpp139 bld.sopp(aco_opcode::s_endpgm); in finish_program()
/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp613 const SOPP_instruction *sopp = static_cast<const SOPP_instruction *>(instr.get()); in handle_instruction_gfx10() local
614 if (sopp->imm == 0xffe3) in handle_instruction_gfx10()
672 const SOPP_instruction *sopp = static_cast<const SOPP_instruction *>(instr.get()); in handle_instruction_gfx10() local
673 if ((sopp->imm & 0xfffe) == 0xfffe) in handle_instruction_gfx10()
700 const SOPP_instruction *sopp = static_cast<const SOPP_instruction *>(instr.get()); in handle_instruction_gfx10() local
701 if (sopp->opcode == aco_opcode::s_waitcnt_lgkmcnt) { in handle_instruction_gfx10()
702 if (sopp->imm == 0 && sopp->definitions[0].physReg() == sgpr_null) in handle_instruction_gfx10()
704 } else if (sopp->opcode == aco_opcode::s_waitcnt) { in handle_instruction_gfx10()
705 unsigned lgkm = (sopp->imm >> 8) & 0x3f; in handle_instruction_gfx10()
Daco_form_hard_clauses.cpp53 bld.sopp(aco_opcode::s_clause, -1, clause_size - 1); in emit_clause()
Daco_assembler.cpp160 SOPP_instruction* sopp = static_cast<SOPP_instruction*>(instr); in emit_instruction() local
163 encoding |= (uint16_t) sopp->imm; in emit_instruction()
164 if (sopp->block != -1) { in emit_instruction()
165 sopp->pass_flags = 0; in emit_instruction()
166 ctx.branches.emplace_back(out.size(), sopp); in emit_instruction()
848 instr.reset(bld.sopp(inv, -1, 7)); in emit_long_jump()
Daco_print_ir.cpp270 const SOPP_instruction* sopp = static_cast<const SOPP_instruction*>(instr); in print_instr_format_specific() local
271 uint16_t imm = sopp->imm; in print_instr_format_specific()
333 if (sopp->block != -1) in print_instr_format_specific()
334 fprintf(output, " block:BB%d", sopp->block); in print_instr_format_specific()
Daco_lower_to_hw_instr.cpp1722 bld.sopp(aco_opcode::s_round_mode, -1, new_mode.round); in emit_set_mode()
1724 bld.sopp(aco_opcode::s_denorm_mode, -1, new_mode.denorm); in emit_set_mode()
1877 bld.sopp(aco_opcode::s_endpgm); in lower_to_hw_instr()
1885 …bld.sopp(aco_opcode::s_cbranch_scc0, Definition(exec, s2), instr->operands[0], discard_block->inde… in lower_to_hw_instr()
1955 bld.sopp(aco_opcode::s_branch, branch->definitions[0], branch->target[0]); in lower_to_hw_instr()
1960 … bld.sopp(aco_opcode::s_cbranch_execnz, branch->definitions[0], branch->target[0]); in lower_to_hw_instr()
1962 … bld.sopp(aco_opcode::s_cbranch_vccnz, branch->definitions[0], branch->target[0]); in lower_to_hw_instr()
1965 … bld.sopp(aco_opcode::s_cbranch_scc1, branch->definitions[0], branch->target[0]); in lower_to_hw_instr()
1971 … bld.sopp(aco_opcode::s_cbranch_execz, branch->definitions[0], branch->target[0]); in lower_to_hw_instr()
1973 … bld.sopp(aco_opcode::s_cbranch_vccz, branch->definitions[0], branch->target[0]); in lower_to_hw_instr()
[all …]
Daco_instruction_selection.cpp5405 bld.sopp(aco_opcode::s_endpgm); in visit_discard()
7125 bld.sopp(aco_opcode::s_sendmsg, bld.m0(ctx->gs_wave_id), -1, sendmsg_gs(false, true, stream)); in visit_emit_vertex_with_counter()
8437 … bld.sopp(aco_opcode::s_sendmsg, bld.m0(ctx->gs_wave_id), -1, sendmsg_gs(true, false, stream)); in visit_intrinsic()
11096 bld.sopp(aco_opcode::s_setprio, -1u, 0x3u); in ngg_emit_sendmsg_gs_alloc_req()
11140 bld.sopp(aco_opcode::s_sendmsg, bld.m0(tmp), -1, sendmsg_gs_alloc_req); in ngg_emit_sendmsg_gs_alloc_req()
11171 bld.sopp(aco_opcode::s_setprio, -1u, 0x0u); in ngg_emit_sendmsg_gs_alloc_req()
11815 … bld.sopp(aco_opcode::s_sendmsg, bld.m0(ctx.gs_wave_id), -1, sendmsg_gs_done(false, false, 0)); in select_program()
11851 bld.sopp(aco_opcode::s_endpgm); in select_program()
11946 bld.sopp(aco_opcode::s_endpgm); in select_gs_copy_shader()
12006 bld.sopp(aco_opcode::s_endpgm); in select_trap_handler_shader()
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt21695 3sopp.
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt21695 3sopp.
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt182497 sopp sɑp
Dinternal_raw_IPA.txt152795 sopp %31083 sɑp