Searched refs:emitWordLE (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 184 JCE.emitWordLE(0xe59fc004); // ldr ip, [pc, #+4] in emitFunctionStub() 185 JCE.emitWordLE(0xe08fc00c); // L_func$scv: add ip, pc, ip in emitFunctionStub() 186 JCE.emitWordLE(0xe59cf000); // ldr pc, [ip] in emitFunctionStub() 187 JCE.emitWordLE(LazyPtr - (intptr_t(Addr)+4+8)); // func - (L_func$scv+8) in emitFunctionStub() 199 JCE.emitWordLE(0xe51ff004); // ldr pc, [pc, #-4] in emitFunctionStub() 200 JCE.emitWordLE((intptr_t)Fn); // addr of function in emitFunctionStub() 222 JCE.emitWordLE(0xe92d4000); // push {lr} in emitFunctionStub() 224 JCE.emitWordLE(0xe24fe00c); // sub lr, pc, #12 in emitFunctionStub() 226 JCE.emitWordLE(0xe51ff004); // ldr pc, [pc, #-4] in emitFunctionStub() 228 JCE.emitWordLE((intptr_t)ARMCompilationCallback); in emitFunctionStub()
|
D | ARMCodeEmitter.cpp | 89 void emitWordLE(unsigned Binary); 514 void ARMCodeEmitter::emitWordLE(unsigned Binary) { in emitWordLE() function in ARMCodeEmitter 517 MCE.emitWordLE(Binary); in emitWordLE() 650 emitWordLE(0); in emitConstPoolInstruction() 666 emitWordLE(0); in emitConstPoolInstruction() 669 emitWordLE(Val); in emitConstPoolInstruction() 672 emitWordLE(CFP->getValueAPF().bitcastToAPInt().getZExtValue()); in emitConstPoolInstruction() 702 emitWordLE(Binary); in emitMOVi32immInstruction() 717 emitWordLE(Binary); in emitMOVi32immInstruction() 741 emitWordLE(Binary); in emitMOVi2piecesInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 180 JCE.emitWordLE(0xf << 26 | 25 << 16 | Hi); in emitFunctionStub() 181 JCE.emitWordLE(9 << 26 | 25 << 21 | 25 << 16 | Lo); in emitFunctionStub() 182 JCE.emitWordLE(25 << 21 | 24 << 11 | 9); in emitFunctionStub() 183 JCE.emitWordLE(0); in emitFunctionStub()
|
D | MipsCodeEmitter.cpp | 89 void emitWordLE(unsigned Word); 246 emitWordLE(getBinaryCodeForInstr(MI)); in emitInstruction() 253 void MipsCodeEmitter::emitWordLE(unsigned Word) { in emitWordLE() function in MipsCodeEmitter 256 MCE.emitWordLE(Word); in emitWordLE()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86JITInfo.cpp | 481 JCE.emitWordLE((unsigned)(intptr_t)Target); in emitFunctionStub() 482 JCE.emitWordLE((unsigned)(((intptr_t)Target) >> 32)); in emitFunctionStub() 488 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4); in emitFunctionStub() 496 JCE.emitWordLE((unsigned)(intptr_t)Target); in emitFunctionStub() 497 JCE.emitWordLE((unsigned)(((intptr_t)Target) >> 32)); in emitFunctionStub() 504 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4); in emitFunctionStub()
|
D | X86CodeEmitter.cpp | 253 MCE.emitWordLE(0); in emitPCRelativeBlockAddress() 281 MCE.emitWordLE((int32_t)Disp); in emitGlobalAddress() 303 MCE.emitWordLE(0); in emitExternalSymbolAddress() 324 MCE.emitWordLE((int32_t)Disp); in emitConstPoolAddress() 344 MCE.emitWordLE(0); in emitJumpTableAddress()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ObjectCodeEmitter.cpp | 36 void ObjectCodeEmitter::emitWordLE(uint32_t W) { in emitWordLE() function in llvm::ObjectCodeEmitter 37 BO->emitWordLE(W); in emitWordLE()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | BinaryObject.h | 120 emitWordLE(W); in emitWord32() 149 inline void emitWordLE(uint32_t W) { in emitWordLE() function
|
D | ObjectCodeEmitter.h | 70 void emitWordLE(uint32_t W);
|
D | MachineCodeEmitter.h | 90 void emitWordLE(uint32_t W) { in emitWordLE() function
|
D | JITCodeEmitter.h | 87 void emitWordLE(uint32_t W) { in emitWordLE() function
|