| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepOperands.td | 18 def u6_0ImmOperand : AsmOperandClass { let Name = "u6_0Imm"; let RenderMethod = "addImmOperands"; } 24 def u29_3ImmOperand : AsmOperandClass { let Name = "u29_3Imm"; let RenderMethod = "addImmOperands";… 30 def u32_0ImmOperand : AsmOperandClass { let Name = "u32_0Imm"; let RenderMethod = "addImmOperands";… 33 def u4_2ImmOperand : AsmOperandClass { let Name = "u4_2Imm"; let RenderMethod = "addImmOperands"; } 36 def u3_0ImmOperand : AsmOperandClass { let Name = "u3_0Imm"; let RenderMethod = "addImmOperands"; } 42 def u11_3ImmOperand : AsmOperandClass { let Name = "u11_3Imm"; let RenderMethod = "addImmOperands";… 51 def u3_1ImmOperand : AsmOperandClass { let Name = "u3_1Imm"; let RenderMethod = "addImmOperands"; } 54 def u1_0ImmOperand : AsmOperandClass { let Name = "u1_0Imm"; let RenderMethod = "addImmOperands"; } 66 def u4_0ImmOperand : AsmOperandClass { let Name = "u4_0Imm"; let RenderMethod = "addImmOperands"; } 72 def u5_3ImmOperand : AsmOperandClass { let Name = "u5_3Imm"; let RenderMethod = "addImmOperands"; } [all …]
|
| H A D | HexagonOperands.td | 27 def u64_0ImmOperand : AsmOperandClass { let Name = "u64_0Imm"; let RenderMethod = "addImmOperands";…
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 580 void addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers = true) const; 603 addImmOperands(Inst, N); in addRegOrImmOperands() 612 addImmOperands(Inst, N, false); in addRegOrImmWithInputModsOperands() 645 addImmOperands(Inst, N); in addSoppBrTargetOperands() 1383 void AMDGPUOperand::addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers) const { in addImmOperands() function in AMDGPUOperand 3491 ((AMDGPUOperand &)*Operands[Idx]).addImmOperands(Inst, 1); in addOptionalImmOperand() 3659 Op.addImmOperands(Inst, 1); in cvtExp() 4581 Op.addImmOperands(Inst, 1); in cvtMubufImpl() 4644 Op.addImmOperands(Inst, 1); in cvtMtbuf() 5313 Op.addImmOperands(Inst, 1); in cvtDPP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 545 let RenderMethod = "addImmOperands"; 558 let RenderMethod = "addImmOperands"; 572 let RenderMethod = "addImmOperands"; 585 let RenderMethod = "addImmOperands"; 592 let RenderMethod = "addImmOperands"; 615 let RenderMethod = "addImmOperands"; 681 let RenderMethod = "addImmOperands";
|
| H A D | AMDGPUInstructions.td | 99 let RenderMethod = "addImmOperands"; 104 let RenderMethod = "addImmOperands";
|
| H A D | SOPInstructions.td | 13 let RenderMethod = "addImmOperands";
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 191 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 57 let RenderMethod = "addImmOperands"; 63 let RenderMethod = "addImmOperands"; 89 let RenderMethod = "addImmOperands"; 178 let RenderMethod = "addImmOperands";
|
| H A D | RISCVInstrInfoC.td | 18 let RenderMethod = "addImmOperands"; 67 let RenderMethod = "addImmOperands";
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 568 let RenderMethod = "addImmOperands"; 587 let RenderMethod = "addImmOperands"; 663 let RenderMethod = "addImmOperands"; 696 let RenderMethod = "addImmOperands"; 703 let RenderMethod = "addImmOperands"; 712 let RenderMethod = "addImmOperands"; 725 let RenderMethod = "addImmOperands"; 742 let RenderMethod = "addImmOperands"; 753 let RenderMethod = "addImmOperands"; 816 let RenderMethod = "addImmOperands"; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 481 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 142 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anonebdbea530111::MSP430Operand
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 568 let RenderMethod = "addImmOperands"; 577 let RenderMethod = "addImmOperands"; 595 let RenderMethod = "addImmOperands"; 604 let RenderMethod = "addImmOperands"; 612 let RenderMethod = "addImmOperands"; 621 let RenderMethod = "addImmOperands"; 783 let RenderMethod = "addImmOperands"; 790 let RenderMethod = "addImmOperands"; 797 let RenderMethod = "addImmOperands"; 804 let RenderMethod = "addImmOperands"; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 299 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anone89483630111::SystemZOperand 1116 ZOperand.addImmOperands(Inst, 1); in ParseDirectiveInsn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 146 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon541144770111::AVROperand
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 115 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 384 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function 409 addImmOperands(Inst, N); in addn1ConstOperands()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 405 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 621 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 17 let RenderMethod = "addImmOperands";
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 338 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon94a376d70211::SparcOperand
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 262 let RenderMethod = "addImmOperands"; 270 let RenderMethod = "addImmOperands"; 483 let RenderMethod = "addImmOperands"; 492 let RenderMethod = "addImmOperands"; 501 let RenderMethod = "addImmOperands"; 510 let RenderMethod = "addImmOperands"; 519 let RenderMethod = "addImmOperands"; 528 let RenderMethod = "addImmOperands"; 537 let RenderMethod = "addImmOperands"; 546 let RenderMethod = "addImmOperands"; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 523 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 133 let RenderMethod = "addImmOperands";
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1540 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon7d8c15f70111::AArch64Operand 1588 addImmOperands(Inst, N); in addAdrLabelOperands()
|