Home
last modified time | relevance | path

Searched refs:ThisByte (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp53 unsigned encodeBits(unsigned ThisByte, uint8_t Bead, const MCInst &MI,
58 unsigned encodeReg(unsigned ThisByte, uint8_t Bead, const MCInst &MI,
63 unsigned encodeImm(unsigned ThisByte, uint8_t Bead, const MCInst &MI,
187 unsigned ThisWord = ThisByte / 2; in encodeImm()
213 FixOffset = ThisByte + 1; in encodeImm()
219 FixOffset = ThisByte; in encodeImm()
224 FixOffset = ThisByte; in encodeImm()
229 FixOffset = ThisByte; in encodeImm()
331 unsigned ThisByte = 0; in encodeInstruction() local
375 ThisByte += 2; in encodeInstruction()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp324 uint8_t ThisByte = 0; in commitFpm() local
329 ThisByte |= Mask; in commitFpm()
332 cantFail(FpmWriter.writeObject(ThisByte)); in commitFpm()