HomeSort by relevance Sort by last modified time
    Searched defs:emitInt32 (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
JITCodeEmitter.h 217 /// emitInt32 - Emit a int32 directive.
218 void emitInt32(uint32_t Value) {
MachineCodeEmitter.h 212 /// emitInt32 - Emit a int32 directive.
213 void emitInt32(int32_t Value) {
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 755 inline void emitInt32(int32_t value);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 80 milliseconds