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

/haiku-fatelf/headers/libs/udis86/libudis86/
H A Ddecode.h73 OP_AL, OP_CL, OP_DL, OP_BL, enumerator in enum:ud_operand_code
228 #define O_AL { OP_AL, SZ_NA }
/haiku-fatelf/src/libs/udis86/
H A Ddecode.c780 case OP_AL : case OP_CL : case OP_DL : case OP_BL :
784 iop[0].base = UD_R_AL + (mop1t - OP_AL);
973 } else if (mop2t == OP_AL) {
986 else if (mop2t == OP_AL) {
1001 if (mop2t == OP_AL)

Completed in 90 milliseconds