Home
last modified time | relevance | path

Searched refs:emitInt32 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp91 JCE->emitInt32(LabelPtr - BaseLabelPtr); in EmitFrameMoves()
414 JCE->emitInt32(0); in EmitExceptionTable()
417 JCE->emitInt32(BeginLabelPtr - (intptr_t)StartFunction); in EmitExceptionTable()
427 JCE->emitInt32(EndLabelPtr - BeginLabelPtr); in EmitExceptionTable()
431 JCE->emitInt32(0); in EmitExceptionTable()
434 JCE->emitInt32(PadLabelPtr - (intptr_t)StartFunction); in EmitExceptionTable()
458 JCE->emitInt32((intptr_t)Jit.getOrEmitGlobalVariable(GV)); in EmitExceptionTable()
463 JCE->emitInt32(0); in EmitExceptionTable()
492 JCE->emitInt32((int)0); in EmitCommonEHFrame()
509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality))); in EmitCommonEHFrame()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h133 emitInt32(0); in call()
146 emitInt32(0); in call()
162 emitInt32(Imm.value()); in pushl()
174 emitInt32(0); in pushl()
328 emitInt32(Imm64 & 0xFFFFFFFF); in movabs()
330 emitInt32((Imm64 >> 32) & 0xFFFFFFFF); in movabs()
3608 emitInt32(offset - kLongSize); in j()
3630 emitInt32(0); in j()
3654 emitInt32(offset - kLongSize); in jmp()
3672 emitInt32(0); in jmp()
[all …]
DIceAssemblerX86Base.h755 inline void emitInt32(int32_t value);
924 inline void AssemblerX86Base<TraitsType>::emitInt32(int32_t value) { in emitInt32() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineCodeEmitter.h213 void emitInt32(int32_t Value) { in emitInt32() function
DJITCodeEmitter.h218 void emitInt32(uint32_t Value) { in emitInt32() function