Home | History | Annotate | Download | only in config

Lines Matching full:immediate

763 	    /* 5-bit immediate in src1.  */
774 /* 26-bit immediate, relative branch (lbroff). */
778 goto immediate;
780 /* 16-bit split immediate, relative branch (sbroff). */
784 goto immediate;
786 /* 16-bit split immediate. */
789 goto immediate;
791 /* 16-bit split immediate, byte aligned (st.b). */
794 goto immediate;
796 /* 16-bit split immediate, half-word aligned (st.s). */
799 goto immediate;
801 /* 16-bit split immediate, word aligned (st.l). */
804 goto immediate;
806 /* 16-bit immediate. */
809 goto immediate;
811 /* 16-bit immediate, byte aligned (ld.b). */
814 goto immediate;
816 /* 16-bit immediate, half-word aligned (ld.s). */
819 goto immediate;
821 /* 16-bit immediate, word aligned (ld.l, {p}fld.l, fst.l). */
827 goto immediate;
829 /* 16-bit immediate, double-word aligned ({p}fld.d, fst.d). */
832 goto immediate;
834 /* 16-bit immediate, quad-word aligned (fld.q, fst.q). */
840 /* Handle the immediate for either the Intel syntax or
841 SVR4 syntax. The Intel syntax is "ha%immediate"
842 whereas SVR4 syntax is "[immediate]@ha". */
843 immediate:
1192 Also adjust the given immediate as necessary. Finally, check that
1206 _("This immediate requires 0 MOD 2 alignment"));
1209 _("This immediate requires 0 MOD 4 alignment"));
1212 _("This immediate requires 0 MOD 8 alignment"));
1215 _("This immediate requires 0 MOD 16 alignment"));
1305 immediate into the instruction. */
1310 _("5-bit immediate too large"));
1324 /* Insert the immediate. */
1342 /* Insert the immediate. */
1362 /* Insert the immediate. */
1385 /* Insert the immediate. */