HomeSort by relevance Sort by last modified time
    Searched refs:emitWordLEInto (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineCodeEmitter.h 92 emitWordLEInto(CurBufferPtr, W);
98 /// emitWordLEInto - This callback is invoked when a 32-bit word needs to be
102 static void emitWordLEInto(uint8_t *&Buf, uint32_t W) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 443 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(intptr_t)ptr);
444 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(((intptr_t)ptr) >> 32));
449 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)ptr);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp 145 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)Ptr);

Completed in 35 milliseconds