Home
last modified time | relevance | path

Searched refs:loadInstr (Results 1 – 11 of 11) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_inst_ed.h13 void loadInstr(UNICHAR *filenameU);
H A Dft2_module_loader.c693 loadInstr(fullPathU); in loadDroppedFile()
H A Dft2_diskop.c750 loadInstr(filenameU); in openFile()
H A Dft2_inst_ed.c3483 void loadInstr(UNICHAR *filenameU) in loadInstr() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DSpiller.cpp141 MachineInstr *loadInstr(prior(miItr)); in trivialSpillEverywhere() local
143 lis->InsertMachineInstrInMaps(loadInstr).getDefIndex(); in trivialSpillEverywhere()
144 vrm->addSpillSlotUse(ss, loadInstr); in trivialSpillEverywhere()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/interceptor/
H A DTrampoline.h172 uint32_t loadInstr = 0x58000000 | (masked << 5) | aReg; in WriteLoadLiteral() local
173 WriteInstruction(loadInstr); in WriteLoadLiteral()
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/mozglue/interceptor/
H A DTrampoline.h172 uint32_t loadInstr = 0x58000000 | (masked << 5) | aReg; in WriteLoadLiteral() local
173 WriteInstruction(loadInstr); in WriteLoadLiteral()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/interceptor/
H A DTrampoline.h172 uint32_t loadInstr = 0x58000000 | (masked << 5) | aReg; in WriteLoadLiteral() local
173 WriteInstruction(loadInstr); in WriteLoadLiteral()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/interceptor/
H A DTrampoline.h172 uint32_t loadInstr = 0x58000000 | (masked << 5) | aReg; in WriteLoadLiteral() local
173 WriteInstruction(loadInstr); in WriteLoadLiteral()
/dports/lang/ghc/ghc-8.10.7/compiler/llvmGen/LlvmCodeGen/
H A DCodeGen.hs1705 (var, s3) <- doExpr ty' (MExpr meta $ loadInstr ptr)
1713 (var, s4) <- doExpr ty' (MExpr meta $ loadInstr ptr')
1721 loadInstr ptr | atomic = ALoad SyncSeqCst False ptr function
1732 doExprW (cmmToLlvmType ty) (MExpr meta $ loadInstr iptr)
1737 doExprW (cmmToLlvmType ty) (MExpr meta $ loadInstr ptr)
1745 loadInstr ptr | atomic = ALoad SyncSeqCst False ptr function
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86OUTPUTCODE.ML2057 val loadInstr =
2062 opAddressPlus2(loadInstr, LargeInt.fromInt offset, base, index, 0wx0)