Lines Matching refs:opr
849 /* Emit the code for an OPR address mode operand */
874 opr
1707 /* OP0: S; OP1: destination OPR */
1714 /* OP0: S; OP1: source OPR */
1736 non-optimal kludges in the OPR encoding, it seems sensible that
1877 Then, it rewinds the input and parses it again as a OPR.
2036 /* Shift instruction with a OPR operand */
2084 /* Shift instruction with a OPR operand */
3388 {"jmp", 1, 0xaa, opr, 0xba},
3389 {"jsr", 1, 0xab, opr, 0xbb},
3399 {"inc.b", 1, 0x9c, opr, 0},
3400 {"inc.w", 1, 0x9d, opr, 0},
3401 {"inc.l", 1, 0x9f, opr, 0},
3403 {"dec.b", 1, 0xac, opr, 0},
3404 {"dec.w", 1, 0xad, opr, 0},
3405 {"dec.l", 1, 0xaf, opr, 0},
3407 {"clr.b", 1, 0xbc, opr, 0},
3408 {"clr.w", 1, 0xbd, opr, 0},
3409 {"clr.p", 1, 0xbe, opr, 0},
3410 {"clr.l", 1, 0xbf, opr, 0},
3412 {"com.b", 1, 0xcc, opr, 0},
3413 {"com.w", 1, 0xcd, opr, 0},
3414 {"com.l", 1, 0xcf, opr, 0},
3416 {"neg.b", 1, 0xdc, opr, 0},
3417 {"neg.w", 1, 0xdd, opr, 0},
3418 {"neg.l", 1, 0xdf, opr, 0},