Home | History | Annotate | Download | only in priv

Lines Matching refs:imm1

2576                              UInt imm1, UInt imm3, UInt imm8 )
2578 vassert(imm1 < (1<<1));
2581 UInt i_imm3_a = (imm1 << 4) | (imm3 << 1) | ((imm8 >> 7) & 1);
2613 UInt imm1 = SLICE_UInt(i0,10,10);
2616 return thumbExpandImm(updatesC, imm1, imm3, imm8);