Lines Matching full:starting
56 R_8, /* GPR starting at position 8 */
57 R_12, /* GPR starting at position 12 */
58 R_16, /* GPR starting at position 16 */
59 R_20, /* GPR starting at position 20 */
60 R_24, /* GPR starting at position 24 */
61 R_28, /* GPR starting at position 28 */
62 R_32, /* GPR starting at position 32 */
63 F_8, /* FPR starting at position 8 */
64 F_12, /* FPR starting at position 12 */
65 F_16, /* FPR starting at position 16 */
66 F_20, /* FPR starting at position 16 */
67 F_24, /* FPR starting at position 24 */
68 F_28, /* FPR starting at position 28 */
69 F_32, /* FPR starting at position 32 */
70 A_8, /* Access reg. starting at position 8 */
71 A_12, /* Access reg. starting at position 12 */
72 A_24, /* Access reg. starting at position 24 */
73 A_28, /* Access reg. starting at position 28 */
74 C_8, /* Control reg. starting at position 8 */
75 C_12, /* Control reg. starting at position 12 */
76 B_16, /* Base register starting at position 16 */
77 B_32, /* Base register starting at position 32 */
78 X_12, /* Index register starting at position 12 */
79 D_20, /* Displacement starting at position 20 */
80 D_36, /* Displacement starting at position 36 */
81 D20_20, /* 20 bit displacement starting at 20 */
82 L4_8, /* 4 bit length starting at position 8 */
83 L4_12, /* 4 bit length starting at position 12 */
84 L8_8, /* 8 bit length starting at position 8 */
85 U4_8, /* 4 bit unsigned value starting at 8 */
86 U4_12, /* 4 bit unsigned value starting at 12 */
87 U4_16, /* 4 bit unsigned value starting at 16 */
88 U4_20, /* 4 bit unsigned value starting at 20 */
89 U4_32, /* 4 bit unsigned value starting at 32 */
90 U8_8, /* 8 bit unsigned value starting at 8 */
91 U8_16, /* 8 bit unsigned value starting at 16 */
92 U8_24, /* 8 bit unsigned value starting at 24 */
93 U8_32, /* 8 bit unsigned value starting at 32 */
94 I8_8, /* 8 bit signed value starting at 8 */
95 I8_32, /* 8 bit signed value starting at 32 */
96 I16_16, /* 16 bit signed value starting at 16 */
97 I16_32, /* 32 bit signed value starting at 16 */
98 U16_16, /* 16 bit unsigned value starting at 16 */
99 U16_32, /* 32 bit unsigned value starting at 16 */
102 I32_16, /* 32 bit signed value starting at 16 */
103 U32_16, /* 32 bit unsigned value starting at 16 */
104 M_16, /* 4 bit optional mask starting at 16 */
105 RO_28, /* optional GPR starting at position 28 */
1564 /* Find a starting point for the disassembly. */ in show_code()