215c215
< format BOp {
---
> format CBOp {
217,223d216
< int64_t offset = CIMM5<2:1> << 1 |
< CIMM3<1:0> << 3 |
< CIMM5<0:0> << 5 |
< CIMM5<4:3> << 6;
< if (CIMM3<2:2> > 0)
< offset |= ~((int64_t)0xFF);
<
225c218
< NPC = PC + offset;
---
> NPC = PC + imm;
230,236d222
< int64_t offset = CIMM5<2:1> << 1 |
< CIMM3<1:0> << 3 |
< CIMM5<0:0> << 5 |
< CIMM5<4:3> << 6;
< if (CIMM3<2:2> > 0)
< offset |= ~((int64_t)0xFF);
<
238c224
< NPC = PC + offset;
---
> NPC = PC + imm;