Home
last modified time | relevance | path

Searched refs:as_mod_du (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DAssembler-loong64.h1120 BufferOffset as_mod_du(Register rd, Register rj, Register rk);
H A DCodeGenerator-loong64.cpp597 masm.as_mod_du(output, lhs, rhs); in visitUDivOrModI64()
H A DAssembler-loong64.cpp652 BufferOffset AssemblerLOONG64::as_mod_du(Register rd, Register rj, in as_mod_du() function in AssemblerLOONG64
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBaselineCompile.cpp1622 masm.as_mod_du(srcDest.reg, srcDest.reg, rhs.reg); in RemainderI64()