Searched refs:OP_I (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c69 static void OP_I (int, int);
229 #define Ib OP_I, b_mode
231 #define Iv OP_I, v_mode
232 #define Iq OP_I, q_mode
234 #define Iw OP_I, w_mode
235 #define I1 OP_I, const_1_mode
3837 OP_I (int bytemode, int sizeflag)
3900 OP_I (bytemode, sizeflag);
3836 OP_I (int bytemode, int sizeflag) function
/haiku-buildtools/binutils/opcodes/
H A Di386-dis.c65 static void OP_I (int, int);
284 #define Ib { OP_I, b_mode }
287 #define Iv { OP_I, v_mode }
289 #define Iq { OP_I, q_mode }
291 #define Iw { OP_I, w_mode }
292 #define I1 { OP_I, const_1_mode }
15732 OP_I (int bytemode, int sizeflag) function
15798 OP_I (bytemode, sizeflag);

Completed in 139 milliseconds