Searched refs:TGSI_OPCODE_LDEXP (Results 1 – 5 of 5) sorted by relevance
252 (opcode == TGSI_OPCODE_DLDEXP || opcode == TGSI_OPCODE_LDEXP)) in tgsi_opcode_infer_src_type()
5132 case TGSI_OPCODE_LDEXP: in exec_instruction()
363 #define TGSI_OPCODE_LDEXP 21 macro
782 bld_base->op_actions[TGSI_OPCODE_LDEXP].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()783 bld_base->op_actions[TGSI_OPCODE_LDEXP].intr_name = "llvm.amdgcn.ldexp.f32"; in si_shader_context_init_alu()
597 op == TGSI_OPCODE_DLDEXP || op == TGSI_OPCODE_LDEXP || in emit_asm()2139 emit_asm(ir, TGSI_OPCODE_LDEXP, result_dst, op[0], op[1]); in visit_expression()