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

/macosx-10.9.5/cctools-845/as/
H A Darm.c633 #define T_OPCODE_ASR_I 0x1000 macro
8676 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
9310 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
9349 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_I; break;

Completed in 131 milliseconds