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

/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Dudis86_syn-intel.c66 case UD_OP_MEM: {
217 u->operand[0].type != UD_OP_MEM &&
218 u->operand[1].type != UD_OP_MEM ) {
237 if ( u->operand[0].type == UD_OP_MEM ) {
255 if ( u->operand[1].type == UD_OP_MEM ) {
H A Dudis86_decode.c482 op->type = UD_OP_MEM;
613 op->type = UD_OP_MEM;
1124 u->operand[0].type != UD_OP_MEM &&
1125 u->operand[1].type != UD_OP_MEM )
H A Dudis86_syn-att.c62 case UD_OP_MEM:
H A Dudis86_types.h123 UD_OP_REG, UD_OP_MEM, UD_OP_PTR, UD_OP_IMM, enumerator in enum:ud_type

Completed in 134 milliseconds