Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86/
H A DCodeGenerator-x86.h31 void emitWasmStoreOrExchangeAtomicI64(T* ins,
H A DCodeGenerator-x86.cpp439 void CodeGeneratorX86::emitWasmStoreOrExchangeAtomicI64( in emitWasmStoreOrExchangeAtomicI64() function in CodeGeneratorX86
469 emitWasmStoreOrExchangeAtomicI64(ins, ins->mir()->access()); in visitWasmAtomicStoreI64()
476 emitWasmStoreOrExchangeAtomicI64(ins, ins->access()); in visitWasmAtomicExchangeI64()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86/
H A DCodeGenerator-x86.h36 void emitWasmStoreOrExchangeAtomicI64(T* ins,
H A DCodeGenerator-x86.cpp676 void CodeGeneratorX86::emitWasmStoreOrExchangeAtomicI64( in emitWasmStoreOrExchangeAtomicI64() function in CodeGeneratorX86
706 emitWasmStoreOrExchangeAtomicI64(ins, ins->mir()->access()); in visitWasmAtomicStoreI64()
713 emitWasmStoreOrExchangeAtomicI64(ins, ins->access()); in visitWasmAtomicExchangeI64()
/dports/www/firefox/firefox-99.0/js/src/jit/x86/
H A DCodeGenerator-x86.h36 void emitWasmStoreOrExchangeAtomicI64(T* ins,
H A DCodeGenerator-x86.cpp675 void CodeGeneratorX86::emitWasmStoreOrExchangeAtomicI64( in emitWasmStoreOrExchangeAtomicI64() function in CodeGeneratorX86
705 emitWasmStoreOrExchangeAtomicI64(ins, ins->mir()->access()); in visitWasmAtomicStoreI64()
712 emitWasmStoreOrExchangeAtomicI64(ins, ins->access()); in visitWasmAtomicExchangeI64()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86/
H A DCodeGenerator-x86.h36 void emitWasmStoreOrExchangeAtomicI64(T* ins,
H A DCodeGenerator-x86.cpp676 void CodeGeneratorX86::emitWasmStoreOrExchangeAtomicI64( in emitWasmStoreOrExchangeAtomicI64() function in CodeGeneratorX86
706 emitWasmStoreOrExchangeAtomicI64(ins, ins->mir()->access()); in visitWasmAtomicStoreI64()
713 emitWasmStoreOrExchangeAtomicI64(ins, ins->access()); in visitWasmAtomicExchangeI64()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86/
H A DCodeGenerator-x86.h32 void emitWasmStoreOrExchangeAtomicI64(T* ins, uint32_t offset);
H A DCodeGenerator-x86.cpp485 void CodeGeneratorX86::emitWasmStoreOrExchangeAtomicI64(T* ins, in emitWasmStoreOrExchangeAtomicI64() function in CodeGeneratorX86
513 emitWasmStoreOrExchangeAtomicI64(ins, ins->mir()->access().offset()); in visitWasmAtomicStoreI64()
520 emitWasmStoreOrExchangeAtomicI64(ins, ins->access().offset()); in visitWasmAtomicExchangeI64()