Searched defs:sext (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ | ||
| H A D | util.h | 88 #define sext(a, b) extrs(a, 0, b+1) macro |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_print_ir.cpp | 615 char sext = sdwa.dst_sel.sign_extend() ? 's' : 'u'; local in function:aco::print_instr_format_specific 629 char sext = sdwa.sel[i].sign_extend() ? 's' : 'u'; local in function:aco::print_instr_format_specific |
| H A D | aco_lower_to_hw_instr.cpp | 519 bool sext = reduce_op == imin8 || reduce_op == imax8; local in function:aco::emit_reduction 542 bool sext = reduce_op == imin16 || reduce_op == imax16 || reduce_op == iadd16; local in function:aco::emit_reduction |
| H A D | aco_optimizer.cpp | 794 bool sext = instr->operands[3].constantEquals(1); local in function:aco::parse_extract |
| H A D | aco_ir.h | 1424 sext = 0x20, enumerator in enum:aco::SubdwordSel::sdwa_sel 692 is_constant_representable(uint64_t val,unsigned bytes,bool zext=false,bool sext=false) argument |
Completed in 109 milliseconds