Home
last modified time | relevance | path

Searched refs:movl_mr (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DMacroAssemblerX86.h106 m_assembler.movl_mr(address, dest); in load32()
112 m_assembler.movl_mr(address.offset, address.base, dest); in convertibleLoadPtr()
H A DX86Assembler.h1152 void movl_mr(int offset, RegisterID base, RegisterID dst) in movl_mr() function
1167 void movl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) in movl_mr() function
1314 void movl_mr(const void* addr, RegisterID dst) in movl_mr() function
H A DMacroAssemblerX86Common.h501 m_assembler.movl_mr(address.offset, address.base, dest); in load32()
506 m_assembler.movl_mr(address.offset, address.base, address.index, address.scale, dest); in load32()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DMacroAssemblerX86.h106 m_assembler.movl_mr(address, dest); in load32()
112 m_assembler.movl_mr(address.offset, address.base, dest); in convertibleLoadPtr()
H A DX86Assembler.h1152 void movl_mr(int offset, RegisterID base, RegisterID dst) in movl_mr() function
1167 void movl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) in movl_mr() function
1314 void movl_mr(const void* addr, RegisterID dst) in movl_mr() function
H A DMacroAssemblerX86Common.h501 m_assembler.movl_mr(address.offset, address.base, dest); in load32()
506 m_assembler.movl_mr(address.offset, address.base, address.index, address.scale, dest); in load32()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/assembler/
H A DMacroAssemblerX86.h89 m_assembler.movl_mr(address, dest); in load32()
H A DMacroAssemblerX86Common.h316 m_assembler.movl_mr(address.offset, address.base, dest); in load32()
321 m_assembler.movl_mr(address.offset, address.base, address.index, address.scale, dest); in load32()
H A DX86Assembler.h1011 void movl_mr(int offset, RegisterID base, RegisterID dst) in movl_mr() function
1021 void movl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) in movl_mr() function
1123 void movl_mr(void* addr, RegisterID dst) in movl_mr() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerX86.h87 m_assembler.movl_mr(address, dest); in load32()
H A DX86Assembler.h1013 void movl_mr(int offset, RegisterID base, RegisterID dst) in movl_mr() function
1023 void movl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) in movl_mr() function
1125 void movl_mr(const void* addr, RegisterID dst) in movl_mr() function
H A DMacroAssemblerX86Common.h433 m_assembler.movl_mr(address.offset, address.base, dest); in load32()
438 m_assembler.movl_mr(address.offset, address.base, address.index, address.scale, dest); in load32()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/assembler/
H A DMacroAssemblerX86.h89 m_assembler.movl_mr(address, dest); in load32()
H A DMacroAssemblerX86Common.h316 m_assembler.movl_mr(address.offset, address.base, dest); in load32()
321 m_assembler.movl_mr(address.offset, address.base, address.index, address.scale, dest); in load32()
H A DX86Assembler.h1011 void movl_mr(int offset, RegisterID base, RegisterID dst) in movl_mr() function
1021 void movl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) in movl_mr() function
1123 void movl_mr(void* addr, RegisterID dst) in movl_mr() function
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/assembler/
H A DMacroAssemblerX86.h89 m_assembler.movl_mr(address, dest); in load32()
H A DMacroAssemblerX86Common.h316 m_assembler.movl_mr(address.offset, address.base, dest); in load32()
321 m_assembler.movl_mr(address.offset, address.base, address.index, address.scale, dest); in load32()
H A DX86Assembler.h1011 void movl_mr(int offset, RegisterID base, RegisterID dst) in movl_mr() function
1021 void movl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) in movl_mr() function
1123 void movl_mr(void* addr, RegisterID dst) in movl_mr() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DAssembler-x86.h598 masm.movl_mr(src.address(), dest.encoding()); in movlWithPatch()
849 masm.movl_mr(addr.addr, index.encoding(), scale, dest.encoding()); in movlWithPatch()
871 masm.movl_mr(src.addr, dest.encoding()); in movlWithPatch()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86/
H A DAssembler-x86.h565 masm.movl_mr(src.address(), dest.encoding()); in movlWithPatch()
786 masm.movl_mr(addr.addr, index.encoding(), scale, dest.encoding()); in movlWithPatch()
808 masm.movl_mr(src.addr, dest.encoding()); in movlWithPatch()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86/
H A DAssembler-x86.h606 masm.movl_mr(src.address(), dest.encoding()); in movlWithPatch()
922 masm.movl_mr(addr.addr, index.encoding(), scale, dest.encoding()); in movlWithPatch()
944 masm.movl_mr(src.addr, dest.encoding()); in movlWithPatch()
/dports/www/firefox/firefox-99.0/js/src/jit/x86/
H A DAssembler-x86.h616 masm.movl_mr(src.address(), dest.encoding()); in movlWithPatch()
932 masm.movl_mr(addr.addr, index.encoding(), scale, dest.encoding()); in movlWithPatch()
954 masm.movl_mr(src.addr, dest.encoding()); in movlWithPatch()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86/
H A DAssembler-x86.h638 masm.movl_mr(src.address(), dest.encoding()); in movlWithPatch()
954 masm.movl_mr(addr.addr, index.encoding(), scale, dest.encoding()); in movlWithPatch()
976 masm.movl_mr(src.addr, dest.encoding()); in movlWithPatch()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86/
H A DAssembler-x86.h606 masm.movl_mr(src.address(), dest.encoding()); in movlWithPatch()
922 masm.movl_mr(addr.addr, index.encoding(), scale, dest.encoding()); in movlWithPatch()
944 masm.movl_mr(src.addr, dest.encoding()); in movlWithPatch()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86/
H A DAssembler-x86.h594 masm.movl_mr(src.address(), dest.encoding()); in movlWithPatch()
910 masm.movl_mr(addr.addr, index.encoding(), scale, dest.encoding()); in movlWithPatch()
932 masm.movl_mr(src.addr, dest.encoding()); in movlWithPatch()

12