Searched refs:OP_J (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mach_override/libudis86/
H A Ddecode.h85 OP_J, OP_S, OP_O, enumerator in enum:ud_operand_code
H A Ddecode.c730 case OP_J :
H A Ditab.c6205 #define O_Jb { OP_J, SZ_B }
6206 #define O_Jv { OP_J, SZ_V }
6207 #define O_Jz { OP_J, SZ_Z }
/external/qemu/disas/
H A Di386.c184 static void OP_J (int, int);
357 #define Jb { OP_J, b_mode }
358 #define Jv { OP_J, v_mode }
5637 OP_J (int bytemode, int sizeflag) function

Completed in 211 milliseconds