Searched defs:sext (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Dutil.h88 #define sext(a, b) extrs(a, 0, b+1) macro
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_print_ir.cpp615 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 Daco_lower_to_hw_instr.cpp519 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 Daco_optimizer.cpp794 bool sext = instr->operands[3].constantEquals(1); local in function:aco::parse_extract
H A Daco_ir.h1424 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