| /freebsd/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"; } 76 def u11_3ImmOperand : AsmOperandClass { let Name = "u11_3Imm"; let RenderMethod = "addImmOperands";… 79 def u16_0ImmOperand : AsmOperandClass { let Name = "u16_0Imm"; let RenderMethod = "addImmOperands";… 82 def u2_0ImmOperand : AsmOperandClass { let Name = "u2_0Imm"; let RenderMethod = "addImmOperands"; } 85 def u26_6ImmOperand : AsmOperandClass { let Name = "u26_6Imm"; 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"; } [all …]
|
| H A D | HexagonOperands.td | 27 def u64_0ImmOperand : AsmOperandClass { let Name = "u64_0Imm"; let RenderMethod = "addImmOperands";…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 619 let RenderMethod = "addImmOperands"; 630 let RenderMethod = "addImmOperands"; 641 let RenderMethod = "addImmOperands"; // Irrelevant, predicate always fails. 651 let RenderMethod = "addImmOperands"; 662 let RenderMethod = "addImmOperands"; 672 let RenderMethod = "addImmOperands"; 682 let RenderMethod = "addImmOperands"; 692 let RenderMethod = "addImmOperands"; 702 let RenderMethod = "addImmOperands"; 712 let RenderMethod = "addImmOperands"; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 480 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon944a62760211::VEOperand 487 addImmOperands(Inst, N); in addZeroOperands() 491 addImmOperands(Inst, N); in addUImm0to2Operands() 495 addImmOperands(Inst, N); in addUImm1Operands() 499 addImmOperands(Inst, N); in addUImm2Operands() 503 addImmOperands(Inst, N); in addUImm3Operands() 507 addImmOperands(Inst, N); in addUImm4Operands() 511 addImmOperands(Inst, N); in addUImm6Operands() 515 addImmOperands(Inst, N); in addUImm7Operands() 519 addImmOperands(Inst, N); in addSImm7Operands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaOperands.td | 14 let RenderMethod = "addImmOperands"; 217 let RenderMethod = "addImmOperands";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrOperands.td | 322 let RenderMethod = "addImmOperands"; 388 let RenderMethod = "addImmOperands"; 397 let RenderMethod = "addImmOperands";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZk.td | 38 let RenderMethod = "addImmOperands";
|
| H A D | RISCVInstrInfo.td | 182 let RenderMethod = "addImmOperands"; 188 let RenderMethod = "addImmOperands"; 194 let RenderMethod = "addImmOperands"; 286 let RenderMethod = "addImmOperands"; 311 let RenderMethod = "addImmOperands"; 411 let RenderMethod = "addImmOperands"; 424 let RenderMethod = "addImmOperands"; 437 let RenderMethod = "addImmOperands"; 450 let RenderMethod = "addImmOperands"; 1904 let RenderMethod = "addImmOperands";
|
| H A D | RISCVInstrInfoC.td | 15 let RenderMethod = "addImmOperands"; 68 let RenderMethod = "addImmOperands"; 223 let RenderMethod = "addImmOperands";
|
| H A D | RISCVInstrInfoXTHead.td | 39 let RenderMethod = "addImmOperands"; 51 let RenderMethod = "addImmOperands";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 175 void addImmOperands(MCInst &Inst, unsigned N) const; 352 void M68kOperand::addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in M68kOperand
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 198 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd/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 __anon2e2431ce0111::MSP430Operand
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1062 void addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers = true) const; 1072 addImmOperands(Inst, N); in addRegOrImmOperands() 1081 addImmOperands(Inst, N, false); in addRegOrImmWithInputModsOperands() 2290 void AMDGPUOperand::addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers) const { in addImmOperands() function in AMDGPUOperand 7078 Op.addImmOperands(Inst, 1); in addOptionalImmOperand() 7469 Op.addImmOperands(Inst, 1); in cvtExp() 8788 Op.addImmOperands(Inst, 1); in cvtMubufImpl() 9458 Op.addImmOperands(Inst, 1); in cvtVOPD() 9840 Op.addImmOperands(Inst, 1); in cvtVOP3DPP() 9911 Op.addImmOperands(Inst, 1); in cvtDPP() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 309 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anonde0c959e0111::SystemZOperand 1359 ZOperand.addImmOperands(Inst, 1); in parseDirectiveInsn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 368 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 151 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon06c44bb20111::AVROperand
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 594 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrControl.td | 404 let RenderMethod = "addImmOperands", ParserMethod = "parseImm" in {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 214 let RenderMethod = "addImmOperands"; 451 let RenderMethod = "addImmOperands"; 466 let RenderMethod = "addImmOperands"; 491 let RenderMethod = "addImmOperands"; 503 let RenderMethod = "addImmOperands";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 390 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function 415 addImmOperands(Inst, N); in addn1ConstOperands()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 404 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 138 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|