Home
last modified time | relevance | path

Searched refs:wasmAtomicLoad64 (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86/
H A DMacroAssembler-x86.cpp770 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
776 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
H A DCodeGenerator-x86.cpp415 masm.wasmAtomicLoad64(ins->mir()->access(), srcAddr, Register64(ecx, ebx), in visitWasmAtomicLoadI64()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.cpp495 masm.wasmAtomicLoad64(lir->mir()->access(), addr, Register64::Invalid(), in visitWasmAtomicLoadI64()
H A DMacroAssembler-mips32.cpp2618 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
2624 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
/dports/www/firefox/firefox-99.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.cpp495 masm.wasmAtomicLoad64(lir->mir()->access(), addr, Register64::Invalid(), in visitWasmAtomicLoadI64()
H A DMacroAssembler-mips32.cpp2617 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
2623 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.cpp495 masm.wasmAtomicLoad64(lir->mir()->access(), addr, Register64::Invalid(), in visitWasmAtomicLoadI64()
H A DMacroAssembler-mips32.cpp2618 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
2624 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.cpp553 masm.wasmAtomicLoad64(lir->mir()->access(), addr, Register64::Invalid(), in visitWasmAtomicLoadI64()
H A DMacroAssembler-mips32.cpp2588 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
2594 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86/
H A DMacroAssembler-x86.cpp1166 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
1172 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
H A DCodeGenerator-x86.cpp652 masm.wasmAtomicLoad64(ins->mir()->access(), srcAddr, Register64(ecx, ebx), in visitWasmAtomicLoadI64()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86/
H A DMacroAssembler-x86.cpp1166 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
1172 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
H A DCodeGenerator-x86.cpp652 masm.wasmAtomicLoad64(ins->mir()->access(), srcAddr, Register64(ecx, ebx), in visitWasmAtomicLoadI64()
/dports/www/firefox/firefox-99.0/js/src/jit/x86/
H A DMacroAssembler-x86.cpp1213 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
1219 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
H A DCodeGenerator-x86.cpp651 masm.wasmAtomicLoad64(ins->mir()->access(), srcAddr, Register64(ecx, ebx), in visitWasmAtomicLoadI64()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBCMemory.cpp964 masm.wasmAtomicLoad64(*access, memaddr, temp, rd); in atomicLoad64()
970 masm.wasmAtomicLoad64(*access, memaddr, temp, rd); in atomicLoad64()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMacroAssembler.h2947 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
2951 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMacroAssembler.h4033 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
4037 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMacroAssembler.h4033 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
4037 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMacroAssembler.h4205 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
4209 void wasmAtomicLoad64(const wasm::MemoryAccessDesc& access,
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm/
H A DMacroAssembler-arm.cpp5339 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
5345 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.cpp5334 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
5340 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
/dports/www/firefox/firefox-99.0/js/src/jit/arm/
H A DMacroAssembler-arm.cpp5371 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
5377 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/
H A DMacroAssembler-arm.cpp5339 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler
5345 void MacroAssembler::wasmAtomicLoad64(const wasm::MemoryAccessDesc& access, in wasmAtomicLoad64() function in MacroAssembler

12