Home
last modified time | relevance | path

Searched refs:imm9 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchLASXInstrFormats.td346 bits<9> imm9;
351 let Inst{18-10} = imm9;
H A DLoongArchLSXInstrFormats.td373 bits<9> imm9;
378 let Inst{18-10} = imm9;
H A DLoongArchLASXInstrInfo.td178 : Fmt2RI9_XRI<op, (outs LASX256:$xd), (ins GPR:$rj, ImmOpnd:$imm9),
179 "$xd, $rj, $imm9">;
H A DLoongArchLSXInstrInfo.td313 : Fmt2RI9_VRI<op, (outs LSX128:$vd), (ins GPR:$rj, ImmOpnd:$imm9),
314 "$vd, $rj, $imm9">;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1429 const uint32_t imm9 = insn.getOperand(0).getImm(); in Emulate_ADDIUSP() local
1439 result = src_opd_val + imm9; in Emulate_ADDIUSP()
1445 context.SetRegisterPlusOffset(*reg_info_sp, imm9); in Emulate_ADDIUSP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td6663 bits<9> imm9;
6665 let Inst{21-16} = imm9{8-3};
6667 let Inst{12-10} = imm9{2-0};
6689 bits<9> imm9;
6691 let Inst{21-16} = imm9{8-3};
6693 let Inst{12-10} = imm9{2-0};
7898 bits<9> imm9;
7900 let Inst{21-16} = imm9{8-3};
7902 let Inst{12-10} = imm9{2-0};
7924 bits<9> imm9;
[all …]
H A DAArch64SVEInstrInfo.td4015 def : InstAlias<"ldr $Pt, [$Rn, $imm9, mul vl]",
4016 (LDR_PXI PNRasPPRAny:$Pt, GPR64sp:$Rn, simm9:$imm9), 0>;
4020 def : InstAlias<"str $Pt, [$Rn, $imm9, mul vl]",
4021 (STR_PXI PNRasPPRAny:$Pt, GPR64sp:$Rn, simm9:$imm9), 0>;
H A DAArch64InstrFormats.td12239 let Inst{20-12} = 0b000000000; // imm9
12245 bits<9> simm; // signed immediate encoded in imm9=Rt2:imm4