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

  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 123 OS.write_hex((uint32_t)Func + Index);
125 OS.write_hex(*(uint32_t *)(Func + Index));
  /external/llvm/lib/Support/
Twine.cpp 97 OS.write_hex(*Ptr.uHex);
raw_ostream.cpp 158 raw_ostream &raw_ostream::write_hex(unsigned long long N) { function in class:raw_ostream
221 return write_hex((uintptr_t) P);
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 109 O.write_hex(Address);
X86IntelInstPrinter.cpp 100 O.write_hex(Address);
  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 83 errs().write_hex(Index) << ": warning: invalid instruction encoding\n";
  /external/llvm/include/llvm/Support/
raw_ostream.h 194 /// write_hex - Output \arg N in hexadecimal, without any prefix or padding.
195 raw_ostream &write_hex(unsigned long long N);
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 120 O.write_hex((Value & (0xF << (i*4))) >> (i*4));
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 225 O.write_hex(Integer);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 252 O.write_hex((Value & (0xF << (i*4))) >> (i*4));
MipsCodeEmitter.cpp 416 errs().write_hex(Word) << "\n");
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 336 os.write_hex(cast<ConstantInt>(CA->getOperand(i))->getZExtValue());
PTXMCAsmStreamer.cpp 452 OS.write_hex(truncateToSize(Value, ValueSize));
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 337 OS.write_hex(Value);
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 217 O.write_hex((uint32_t)Address);
982 O.write_hex(Val);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 535 errs().write_hex(Binary) << "\n");
541 errs().write_hex(Binary) << "\n");
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 697 OS.write_hex((intptr_t) &*DbgNode) << ']';
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 722 OS.write_hex(truncateToSize(Value, ValueSize));
    [all...]

Completed in 750 milliseconds