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

  /external/llvm/lib/Target/X86/
X86MCCodeEmitter.cpp 73 void EmitByte(unsigned char C, unsigned &CurByte, raw_ostream &OS) const {
75 ++CurByte;
78 void EmitConstant(uint64_t Val, unsigned Size, unsigned &CurByte,
82 EmitByte(Val & 255, CurByte, OS);
89 unsigned &CurByte, raw_ostream &OS,
100 unsigned &CurByte, raw_ostream &OS) const {
101 EmitByte(ModRMByte(3, RegOpcodeFld, GetX86RegNum(ModRMReg)), CurByte, OS);
105 unsigned &CurByte, raw_ostream &OS) const {
107 EmitByte(ModRMByte(SS, Index, Base), CurByte, OS);
113 uint64_t TSFlags, unsigned &CurByte, raw_ostream &OS
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMCCodeEmitter.cpp 59 void EmitByte(unsigned char C, unsigned &CurByte, raw_ostream &OS) const {
66 ++CurByte;
69 void EmitRawByte(unsigned char C, unsigned &CurByte, raw_ostream &OS) const {
71 ++CurByte;
74 void EmitConstant(uint64_t Val, unsigned Size, unsigned &CurByte,
79 EmitByte(Val & 255, CurByte, OS);
84 void EmitIMM(const MCOperand &imm, unsigned &CurByte, raw_ostream &OS) const;
85 void EmitIMM(const MCInst &MI, unsigned &CurByte, raw_ostream &OS) const;
88 unsigned &CurByte, raw_ostream &OS,
124 EmitIMM(const MCOperand &imm, unsigned &CurByte, raw_ostream &OS) const
    [all...]
  /external/icu4c/common/
ucnv_lmb.c     [all...]

Completed in 113 milliseconds