Home
last modified time | relevance | path

Searched refs:as_srli_w (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DCodeGenerator-loong64.cpp1227 masm.as_srli_w(tmp, tmp, (32 - shift) % 32); in visitDivPowTwoI()
1230 masm.as_srli_w(tmp, lhs, (32 - shift) % 32); in visitDivPowTwoI()
1498 masm.as_srli_w(dest, lhs, shift % 32); in visitShiftI()
1616 masm.as_srli_w(temp, lhs, ToInt32(rhs) % 32); in visitUrshD()
H A DMacroAssembler-loong64-inl.h627 as_srli_w(dest, dest, imm.value % 32); in rshift32()
780 as_srli_w(tmp, output, 4); in popcnt32()
H A DAssembler-loong64.h1141 BufferOffset as_srli_w(Register rd, Register rj, int32_t ui5);
H A DAssembler-loong64.cpp687 BufferOffset AssemblerLOONG64::as_srli_w(Register rd, Register rj, in as_srli_w() function in AssemblerLOONG64
H A DMacroAssembler-loong64.cpp1435 as_srli_w(remain, remain, shift); in ma_mod_mask()