| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepOperands.td | 22 def u10_0ImmOperand : AsmOperandClass { let Name = "u10_0Imm"; let RenderMethod = "addImmOperands";… 25 def u32_0ImmOperand : AsmOperandClass { let Name = "u32_0Imm"; let RenderMethod = "addImmOperands";… 28 def m32_0ImmOperand : AsmOperandClass { let Name = "m32_0Imm"; let RenderMethod = "addImmOperands";… 73 def u1_0ImmOperand : AsmOperandClass { let Name = "u1_0Imm"; let RenderMethod = "addImmOperands"; } 82 def u2_0ImmOperand : AsmOperandClass { let Name = "u2_0Imm"; let RenderMethod = "addImmOperands"; } 88 def u3_0ImmOperand : AsmOperandClass { let Name = "u3_0Imm"; let RenderMethod = "addImmOperands"; } 91 def u3_1ImmOperand : AsmOperandClass { let Name = "u3_1Imm"; let RenderMethod = "addImmOperands"; } 94 def u4_0ImmOperand : AsmOperandClass { let Name = "u4_0Imm"; let RenderMethod = "addImmOperands"; } 97 def u4_2ImmOperand : AsmOperandClass { let Name = "u4_2Imm"; let RenderMethod = "addImmOperands"; } 100 def u5_0ImmOperand : AsmOperandClass { let Name = "u5_0Imm"; let RenderMethod = "addImmOperands"; } [all …]
|
| H A D | HexagonOperands.td | 27 def u64_0ImmOperand : AsmOperandClass { let Name = "u64_0Imm"; let RenderMethod = "addImmOperands";…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 599 let RenderMethod = "addImmOperands"; 610 let RenderMethod = "addImmOperands"; 631 let RenderMethod = "addImmOperands"; 642 let RenderMethod = "addImmOperands"; 652 let RenderMethod = "addImmOperands"; 662 let RenderMethod = "addImmOperands"; 672 let RenderMethod = "addImmOperands"; 682 let RenderMethod = "addImmOperands"; 927 let RenderMethod = "addImmOperands"; 936 let RenderMethod = "addImmOperands"; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 470 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anonb0359a6c0211::VEOperand 477 addImmOperands(Inst, N); in addZeroOperands() 481 addImmOperands(Inst, N); in addUImm0to2Operands() 485 addImmOperands(Inst, N); in addUImm1Operands() 489 addImmOperands(Inst, N); in addUImm2Operands() 493 addImmOperands(Inst, N); in addUImm3Operands() 497 addImmOperands(Inst, N); in addUImm4Operands() 501 addImmOperands(Inst, N); in addUImm6Operands() 505 addImmOperands(Inst, N); in addUImm7Operands() 509 addImmOperands(Inst, N); in addSImm7Operands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaOperands.td | 14 let RenderMethod = "addImmOperands"; 174 let RenderMethod = "addImmOperands";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrOperands.td | 318 let RenderMethod = "addImmOperands"; 384 let RenderMethod = "addImmOperands"; 393 let RenderMethod = "addImmOperands";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 99 let RenderMethod = "addImmOperands"; 105 let RenderMethod = "addImmOperands"; 111 let RenderMethod = "addImmOperands"; 184 let RenderMethod = "addImmOperands"; 210 let RenderMethod = "addImmOperands"; 314 let RenderMethod = "addImmOperands"; 326 let RenderMethod = "addImmOperands"; 338 let RenderMethod = "addImmOperands"; 350 let RenderMethod = "addImmOperands"; 1751 let RenderMethod = "addImmOperands";
|
| H A D | RISCVInstrInfoZk.td | 35 let RenderMethod = "addImmOperands";
|
| H A D | RISCVInstrInfoC.td | 17 let RenderMethod = "addImmOperands"; 71 let RenderMethod = "addImmOperands"; 227 let RenderMethod = "addImmOperands";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 174 void addImmOperands(MCInst &Inst, unsigned N) const; 350 void M68kOperand::addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in M68kOperand
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 196 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 582 let RenderMethod = "addImmOperands"; 601 let RenderMethod = "addImmOperands"; 677 let RenderMethod = "addImmOperands"; 710 let RenderMethod = "addImmOperands"; 717 let RenderMethod = "addImmOperands"; 726 let RenderMethod = "addImmOperands"; 739 let RenderMethod = "addImmOperands"; 756 let RenderMethod = "addImmOperands"; 767 let RenderMethod = "addImmOperands"; 830 let RenderMethod = "addImmOperands"; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 325 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 145 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anonb0eaffc40111::MSP430Operand
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1005 void addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers = true) const; 1015 addImmOperands(Inst, N); in addRegOrImmOperands() 1024 addImmOperands(Inst, N, false); in addRegOrImmWithInputModsOperands() 2139 void AMDGPUOperand::addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers) const { in addImmOperands() function in AMDGPUOperand 6462 ((AMDGPUOperand &)*Operands[Idx]).addImmOperands(Inst, 1); in addOptionalImmOperand() 6806 Op.addImmOperands(Inst, 1); in cvtExp() 8058 Op.addImmOperands(Inst, 1); in cvtMubufImpl() 8538 Op.addImmOperands(Inst, 1); in cvtVOPD() 8917 Op.addImmOperands(Inst, 1); in cvtVOP3DPP() 8982 Op.addImmOperands(Inst, 1); in cvtDPP() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 152 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anonca5d59280111::AVROperand
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 304 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon2dbeb9140111::SystemZOperand 1309 ZOperand.addImmOperands(Inst, 1); in ParseDirectiveInsn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 596 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrControl.td | 391 let RenderMethod = "addImmOperands", ParserMethod = "parseImm" in {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 381 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function 406 addImmOperands(Inst, N); in addn1ConstOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 59 let RenderMethod = "addImmOperands"; 187 let RenderMethod = "addImmOperands"; 460 let RenderMethod = "addImmOperands";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 121 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 405 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 192 let RenderMethod = "addImmOperands"; 405 let RenderMethod = "addImmOperands"; 420 let RenderMethod = "addImmOperands"; 445 let RenderMethod = "addImmOperands";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 16 let RenderMethod = "addImmOperands";
|