Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:Mode

190   /// getLdStmModeOpValue - Return encoding for load/store multiple mode.
194 ARM_AM::AMSubMode Mode = (ARM_AM::AMSubMode)MI.getOperand(OpIdx).getImm();
195 switch (Mode) {
196 default: llvm_unreachable("Unknown addressing sub-mode!");
456 /// Thumb2 mode.
476 /// Thumb2 mode.
490 /// Thumb2 mode.
515 /// them to their Thumb2 form if we are currently in Thumb2 mode.