Home
last modified time | relevance | path

Searched refs:loadRipRelativeDouble (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DCodeGenerator-x64.cpp674 label = masm.loadRipRelativeDouble(ToFloatRegister(ins->output())); in visitWasmLoadGlobalVar()
H A DAssembler-x64.h800 CodeOffset loadRipRelativeDouble(FloatRegister dest) { in loadRipRelativeDouble() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x64/
H A DCodeGenerator-x64.cpp749 label = masm.loadRipRelativeDouble(ToFloatRegister(ins->output())); in visitAsmJSLoadGlobalVar()
H A DAssembler-x64.h644 CodeOffset loadRipRelativeDouble(FloatRegister dest) { in loadRipRelativeDouble() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x64/
H A DAssembler-x64.h979 CodeOffset loadRipRelativeDouble(FloatRegister dest) { in loadRipRelativeDouble() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x64/
H A DAssembler-x64.h989 CodeOffset loadRipRelativeDouble(FloatRegister dest) { in loadRipRelativeDouble() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x64/
H A DAssembler-x64.h1031 CodeOffset loadRipRelativeDouble(FloatRegister dest) { in loadRipRelativeDouble() function
/dports/www/firefox/firefox-99.0/js/src/jit/x64/
H A DAssembler-x64.h1031 CodeOffset loadRipRelativeDouble(FloatRegister dest) { in loadRipRelativeDouble() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x64/
H A DAssembler-x64.h1031 CodeOffset loadRipRelativeDouble(FloatRegister dest) { in loadRipRelativeDouble() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBaselineCompile.cpp3059 CodeOffset label = masm.loadRipRelativeDouble(r.reg); in loadGlobalVarF64()