Home
last modified time | relevance | path

Searched refs:addImmOperands (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonDepOperands.td18 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 DHexagonOperands.td27 def u64_0ImmOperand : AsmOperandClass { let Name = "u64_0Imm"; let RenderMethod = "addImmOperands";…
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp580 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 DSIInstrInfo.td545 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 DAMDGPUInstructions.td99 let RenderMethod = "addImmOperands";
104 let RenderMethod = "addImmOperands";
H A DSOPInstructions.td13 let RenderMethod = "addImmOperands";
/freebsd-12.1/contrib/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp191 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td57 let RenderMethod = "addImmOperands";
63 let RenderMethod = "addImmOperands";
89 let RenderMethod = "addImmOperands";
178 let RenderMethod = "addImmOperands";
H A DRISCVInstrInfoC.td18 let RenderMethod = "addImmOperands";
67 let RenderMethod = "addImmOperands";
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td568 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 DX86Operand.h481 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp142 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anonebdbea530111::MSP430Operand
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td568 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 DSystemZAsmParser.cpp299 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 DAVRAsmParser.cpp146 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon541144770111::AVROperand
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp115 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp384 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 DLanaiAsmParser.cpp405 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp621 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td17 let RenderMethod = "addImmOperands";
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp338 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon94a376d70211::SparcOperand
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td262 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 DPPCAsmParser.cpp523 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td133 let RenderMethod = "addImmOperands";
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1540 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() function in __anon7d8c15f70111::AArch64Operand
1588 addImmOperands(Inst, N); in addAdrLabelOperands()

12