Lines Matching +refs:llvm +refs:mode
1 @ RUN: llvm-mc -triple arm-none-eabi -filetype asm %s 2>%t | FileCheck %s
4 @ Start in arm mode
8 @ In ARM mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in AR…
15 @ In ARM mode, switch to an arch which has Thumb only, expect warning and .code 16 directive
17 …ERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode
21 @ In Thumb mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in …
28 @ In Thumb mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in Th…
35 @ Switch to ARM mode
39 @ In ARM mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in ARM …
46 @ In ARM mode, switch to a CPU which has Thumb only, expect warning and .code 16 directive
48 …ERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode