Searched refs:sdwa_sext (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1080 sdwa_sext = 0x8, enumerator 1092 sdwa_sbyte0 = sdwa_ubyte0 | sdwa_sext, 1093 sdwa_sbyte1 = sdwa_ubyte1 | sdwa_sext, 1094 sdwa_sbyte2 = sdwa_ubyte2 | sdwa_sext, 1095 sdwa_sbyte3 = sdwa_ubyte3 | sdwa_sext, 1096 sdwa_sword0 = sdwa_uword0 | sdwa_sext, 1097 sdwa_sword1 = sdwa_uword1 | sdwa_sext, 1098 sdwa_sdword = sdwa_udword | sdwa_sext, 1103 sdwa_sbyte = sdwa_ubyte | sdwa_sext, 1104 sdwa_sword = sdwa_uword | sdwa_sext,
|
D | aco_print_ir.cpp | 655 fprintf(output, " dst_sel:%sbyte%u", sdwa->dst_sel & sdwa_sext ? "s" : "u", in print_instr_format_specific() 660 fprintf(output, " dst_sel:%sword%u", sdwa->dst_sel & sdwa_sext ? "s" : "u", in print_instr_format_specific() 729 else if (sel[i] & sdwa_sext) in aco_print_instr() 732 if (opsel[i] || (sel[i] & sdwa_sext)) in aco_print_instr()
|
D | aco_assembler.cpp | 667 uint32_t dst_u = sdwa->dst_sel & sdwa_sext ? 1 : 0; in emit_instruction() 676 encoding |= sdwa->sel[0] & sdwa_sext ? 1 << 19 : 0; in emit_instruction() 682 encoding |= sdwa->sel[1] & sdwa_sext ? 1 << 27 : 0; in emit_instruction()
|