Searched refs:simm5 (Results 1 – 3 of 3) sorted by relevance
437 PPCVI5s* PPCVI5s_Imm ( Char simm5 ) { in PPCVI5s_Imm() argument440 op->Pvi.Imm5s = simm5; in PPCVI5s_Imm()441 vassert(simm5 >= -16 && simm5 <= 15); in PPCVI5s_Imm()5260 Char simm5; in emit_PPCInstr() local5263 simm5 = i->Pin.AvSplat.src->Pvi.Imm5s; in emit_PPCInstr()5264 vassert(simm5 >= -16 && simm5 <= 15); in emit_PPCInstr()5265 simm5 = simm5 & 0x1F; in emit_PPCInstr()5266 p = mkFormVX( p, 4, v_dst, (UInt)simm5, 0, opc2, endness_host ); in emit_PPCInstr()
91 let MIOperandInfo = (ops GPR32:$base, simm5:$offset);
81 def simm5 : Operand<i32>;