Searched refs:emitWordLE (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp184 JCE.emitWordLE(0xe59fc004); // ldr ip, [pc, #+4]
185 JCE.emitWordLE(0xe08fc00c); // L_func$scv: add ip, pc, ip
186 JCE.emitWordLE(0xe59cf000); // ldr pc, [ip]
187 JCE.emitWordLE(LazyPtr - (intptr_t(Addr)+4+8)); // func - (L_func$scv+8)
199 JCE.emitWordLE(0xe51ff004); // ldr pc, [pc, #-4]
200 JCE.emitWordLE((intptr_t)Fn); // addr of function
222 JCE.emitWordLE(0xe92d4000); // push {lr}
224 JCE.emitWordLE(0xe24fe00c); // sub lr, pc, #12
226 JCE.emitWordLE(0xe51ff004); // ldr pc, [pc, #-4]
228 JCE.emitWordLE((intptr_
[all...]
H A DARMCodeEmitter.cpp89 void emitWordLE(unsigned Binary);
527 void ARMCodeEmitter::emitWordLE(unsigned Binary) { function in class:ARMCodeEmitter
530 MCE.emitWordLE(Binary);
661 emitWordLE(0);
677 emitWordLE(0);
680 emitWordLE(Val);
683 emitWordLE(CFP->getValueAPF().bitcastToAPInt().getZExtValue());
713 emitWordLE(Binary);
728 emitWordLE(Binary);
752 emitWordLE(Binar
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp226 JCE.emitWordLE(0xf << 26 | 25 << 16 | Hi);
227 JCE.emitWordLE(9 << 26 | 25 << 21 | 25 << 16 | Lo);
228 JCE.emitWordLE(25 << 21 | 24 << 11 | 9);
229 JCE.emitWordLE(0);
H A DMipsCodeEmitter.cpp328 MCE.emitWordLE(Word);
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp487 JCE.emitWordLE((unsigned)(intptr_t)Target);
488 JCE.emitWordLE((unsigned)(((intptr_t)Target) >> 32));
494 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4);
502 JCE.emitWordLE((unsigned)(intptr_t)Target);
503 JCE.emitWordLE((unsigned)(((intptr_t)Target) >> 32));
510 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4);
H A DX86CodeEmitter.cpp266 MCE.emitWordLE(0);
294 MCE.emitWordLE((int32_t)Disp);
316 MCE.emitWordLE(0);
337 MCE.emitWordLE((int32_t)Disp);
357 MCE.emitWordLE(0);
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h85 /// emitWordLE - This callback is invoked when a 32-bit word needs to be
88 void emitWordLE(uint32_t W) { function in class:llvm::JITCodeEmitter
H A DMachineCodeEmitter.h89 /// emitWordLE - This callback is invoked when a 32-bit word needs to be
92 void emitWordLE(uint32_t W) { function in class:llvm::MachineCodeEmitter

Completed in 74 milliseconds