Searched refs:SRW (Results 1 – 3 of 3) sorted by relevance
246 return push_inst(compiler, SRW | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
408 …return push_inst(compiler, ((flags & ALT_FORM2) ? SRW : SRD) | RC(flags) | S(src1) | A(dst) | B(sr… in emit_single_op()
215 #define SRW (HI(31) | LO(536)) macro
Completed in 17 milliseconds