Home | History | Annotate | Download | only in priv

Lines Matching refs:imm3

2576                              UInt imm1, UInt imm3, UInt imm8 )
2579 vassert(imm3 < (1<<3));
2581 UInt i_imm3_a = (imm1 << 4) | (imm3 << 1) | ((imm8 >> 7) & 1);
2614 UInt imm3 = SLICE_UInt(i1,14,12);
2616 return thumbExpandImm(updatesC, imm1, imm3, imm8);