HomeSort by relevance Sort by last modified time
    Searched defs:emitInt32 (Results 1 - 3 of 3) 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...]

Completed in 548 milliseconds