HomeSort by relevance Sort by last modified time
    Searched refs:LSIZE (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 44 #define LSIZE 2
277 BWL(LSIZE);
855 ID(fadd); DR(rdst); SD(sd, rsrc, LSIZE); F__SZ_;
861 ID(fcmp); DR(rdst); SD(sd, rsrc, LSIZE); F_OSZ_;
867 ID(fsub); DR(rdst); SD(sd, rsrc, LSIZE); F__SZ_;
870 ID(ftoi); DR(rdst); SD(sd, rsrc, LSIZE); F__SZ_;
876 ID(fmul); DR(rdst); SD(sd, rsrc, LSIZE); F__SZ_;
882 ID(fdiv); DR(rdst); SD(sd, rsrc, LSIZE); F__SZ_;
885 ID(round); DR(rdst); SD(sd, rsrc, LSIZE); F__SZ_;
902 BWL(LSIZE);
    [all...]
rx-decode.c 45 #define LSIZE 2
278 BWL(LSIZE);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 35 #define LSIZE 2
38 static int sizemap[] = { BSIZE, WSIZE, LSIZE, WSIZE };
288 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, LSIZE))
291 { B2 (0xf8, 0x02); F ($8, 8, 4); DSP ($6, 6, LSIZE); IMM ($4, 12); } }
404 { B2 (0x7e, 0x80); F (LSIZE, 10, 2); F ($2, 12, 4); }
822 F ($3, 24, 4); F ($7, 28, 4); DSP ($1, 14, LSIZE); }
897 { id24 (1, 0x80 + (sub_op << 2), 0); F ($4, 16, 4); F ($8, 20, 4); DSP ($2, 14, LSIZE); }
910 /* Use sizemap[$n] to get LSIZE etc. */
918 bwl : { $$ = LSIZE; }
921 | DOT_L { $$ = LSIZE; }
    [all...]

Completed in 487 milliseconds