Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Mode

4316     // asr #32 encoded as asr #0, but is not allowed in Thumb2 mode.
4318 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode");
5393 // The "cps" instruction can have a interrupt mode operand which is glued into
5450 // Some instructions are only predicable in Thumb mode
5537 // if we have a "mul" mnemonic in Thumb mode, check if we'll be able to
5787 // For for ARM mode generate an error if the .n qualifier is used.
5792 "arm mode");
5796 // and matcher expect. In ARM mode the .w qualifier has no effect,
5857 // ARM mode 'blx' need special handling, as the register operand version
7891 // Handle the Thumb2 mode MOV complex aliases.
7966 // Handle the ARM mode MOV complex aliases.
8619 // ITasm is an ARM mode pseudo-instruction that just sets the ITblock and
8842 Error(L, "target does not support Thumb mode");
8864 Error(L, "target does not support ARM mode");
8927 StringRef Mode = Tok.getString();
8928 if (Mode == "unified" || Mode == "UNIFIED") {
8930 } else if (Mode == "divided" || Mode == "DIVIDED") {
8934 Error(L, "unrecognized syntax mode in .syntax directive");
8944 // TODO tell the MC streamer the mode
8973 Error(L, "target does not support Thumb mode");
8982 Error(L, "target does not support ARM mode");
9576 Error(Loc, "width suffixes are invalid in ARM mode");