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

  /art/compiler/utils/x86/
assembler_x86.h 775 inline void EmitInt32(int32_t value);
800 inline void X86Assembler::EmitInt32(int32_t value) {
  /art/compiler/utils/x86_64/
assembler_x86_64.h 845 void EmitInt32(int32_t value);
898 inline void X86_64Assembler::EmitInt32(int32_t value) {
906 EmitInt32(Low32Bits(value));
907 EmitInt32(High32Bits(value));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 81 milliseconds