Home | History | Annotate | Download | only in opcodes

Lines Matching full:op_signed

662   {16,	arg_ic,	    OP_SIGNED},				/* i16 */
663 {32, arg_ic, OP_SIGNED}, /* i32 */
668 {8, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps9 */
669 {16, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps17 */
670 {24, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps25 */
671 {32, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps32 */
673 {8, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED|OP_ESC}, /* dispe9 */
678 {12, arg_cr, OP_SIGNED}, /* rbase_disps12 */
679 {16, arg_cr, OP_SIGNED}, /* rbase_disps16 */
680 {28, arg_cr, OP_SIGNED}, /* rbase_disps28 */
681 {32, arg_cr, OP_SIGNED}, /* rbase_disps32 */
682 {6, arg_idxr, OP_SIGNED}, /* rindex_disps6 */
683 {22, arg_idxr, OP_SIGNED}, /* rindex_disps22 */