Searched refs:SRAW (Results 1 – 3 of 3) sorted by relevance
254 return push_inst(compiler, SRAW | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
420 …return push_inst(compiler, ((flags & ALT_FORM2) ? SRAW : SRAD) | RC(flags) | S(src1) | A(dst) | B(… in emit_single_op()
212 #define SRAW (HI(31) | LO(792)) macro
Completed in 13 milliseconds