[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [openrisc] OR16 ISA






{ "h.lhz",     "r8,N(rB)",   "0x0 NNNN 1000 BBBB"},
{ "h.lhs",     "r9,N(rB)",   "0x0 NNNN 1001 BBBB"},
{ "h.lbz",     "r10,N(rB)",  "0x0 NNNN 1010 BBBB"},
{ "h.lbs",     "r11,N(rB)",  "0x0 NNNN 1011 BBBB"},
^^^^^^^^^  If we can't have the above insns, I think we can still use the
following
insns to load byte/halfwords. I think it's still ok!
Best regards, Jimmy


{ "h.lhzpain", "rA,N",       "0x5 0x4  AAAA NNNN"},
{ "h.lbzpain", "rA,N",       "0x5 0x5  AAAA NNNN"},

{ "h.lhspain", "rA,N",       "0x5 0x6  AAAA NNNN"},
{ "h.lbspain", "rA,N",       "0x5 0x7  AAAA NNNN"},