Searched refs:encodeImm (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCCodeEmitter.h | 68 unsigned encodeImm(const MCInst &MI, unsigned OpNo,
|
| H A D | AVRMCCodeEmitter.cpp | 188 unsigned AVRMCCodeEmitter::encodeImm(const MCInst &MI, unsigned OpNo, in encodeImm() function in llvm::AVRMCCodeEmitter
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 226 def imm16 : Operand<i16> { let EncoderMethod = "encodeImm<AVR::fixup_16, 2>"; } 230 let EncoderMethod = "encodeImm<AVR::fixup_lds_sts_16, 0>"; 235 let EncoderMethod = "encodeImm<AVR::fixup_6_adiw, 0>"; 241 let EncoderMethod = "encodeImm<AVR::fixup_ldi, 0>"; 246 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>"; 252 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";
|