Home
last modified time | relevance | path

Searched refs:emitWordLEInto (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp443 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(intptr_t)ptr); in emitGlobalValueIndirectSym()
444 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(((intptr_t)ptr) >> 32)); in emitGlobalValueIndirectSym()
449 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)ptr); in emitGlobalValueIndirectSym()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineCodeEmitter.h92 emitWordLEInto(CurBufferPtr, W); in emitWordLE()
102 static void emitWordLEInto(uint8_t *&Buf, uint32_t W) { in emitWordLEInto() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp145 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)Ptr); in emitGlobalValueIndirectSym()