Searched refs:encodeImm (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCCodeEmitter.h | 73 unsigned encodeImm(const MCInst &MI, unsigned OpNo,
|
| H A D | AVRMCCodeEmitter.cpp | 185 unsigned AVRMCCodeEmitter::encodeImm(const MCInst &MI, unsigned OpNo, in encodeImm() function in llvm::AVRMCCodeEmitter
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 216 def imm16 : Operand<i16> { let EncoderMethod = "encodeImm<AVR::fixup_16, 2>"; } 220 let EncoderMethod = "encodeImm<AVR::fixup_lds_sts_16, 0>"; 225 let EncoderMethod = "encodeImm<AVR::fixup_6_adiw, 0>"; 231 let EncoderMethod = "encodeImm<AVR::fixup_ldi, 0>"; 236 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>"; 242 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";
|