Home
last modified time | relevance | path

Searched refs:OPRL (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dalpha-opc.c369 #define OPRL(oo,ff) OPRL_(oo,ff), OPR_MASK macro
498 { "sextl", OPRL(0x10,0x00), BASE, ARG_OPRLZ1 }, /* pseudo */
500 { "addl", OPRL(0x10,0x00), BASE, ARG_OPRL },
502 { "s4addl", OPRL(0x10,0x02), BASE, ARG_OPRL },
504 { "negl", OPRL(0x10,0x09), BASE, ARG_OPRLZ1 }, /* pseudo */
506 { "subl", OPRL(0x10,0x09), BASE, ARG_OPRL },
508 { "s4subl", OPRL(0x10,0x0B), BASE, ARG_OPRL },
510 { "cmpbge", OPRL(0x10,0x0F), BASE, ARG_OPRL },
512 { "s8addl", OPRL(0x10,0x12), BASE, ARG_OPRL },
514 { "s8subl", OPRL(0x10,0x1B), BASE, ARG_OPRL },
[all …]
DChangeLog-92971877 * alpha-opc.c: Correct second case of "mov" to use OPRL.