Home | History | Annotate | Download | only in config

Lines Matching full:imm7

215 #define imm7(x) EXPR_VALUE (x)
242 if (imm7 (reg2) != reg1->regno - 1)
1296 if (imm7 ($2) != 0)
1315 notethat ("COMPI2opD: dregs = imm7 (x) \n");
1316 $$ = COMPI2OPD (&$1, imm7 ($3), 0);
1320 notethat ("COMPI2opP: pregs = imm7 (x)\n");
1321 $$ = COMPI2OPP (&$1, imm7 ($3), 0);
1511 notethat ("COMPI2opP: pregs += imm7\n");
1512 $$ = COMPI2OPP (&$1, imm7 ($3), 1);
1516 notethat ("COMPI2opD: dregs += imm7\n");
1517 $$ = COMPI2OPD (&$1, imm7 ($3), 1);