Lines Matching defs:Thumb
230 // stack frame. ARM (especially Thumb) has small immediate offset to
698 // Since this is only reached for Thumb-2 targets, the BFC instruction
2413 // Force LR to be spilled if the Thumb function size is > 2048. This enables
2986 bool Thumb = ST->isThumb();
3080 if (Thumb) {
3111 if (Thumb) {
3123 if (!CompareStackPointer && Thumb) {
3166 if (Thumb && ST->isThumb1Only()) {
3191 BuildMI(McrMBB, DL, TII.get(Thumb ? ARM::t2MRC : ARM::MRC),
3206 BuildMI(GetMBB, DL, TII.get(Thumb ? ARM::t2LDRi12 : ARM::LDRi12),
3215 Opcode = Thumb ? ARM::tCMPr : ARM::CMPrr;
3222 Opcode = Thumb ? ARM::tBcc : ARM::Bcc;
3234 if (Thumb) {
3267 if (Thumb) {
3301 if (Thumb) {
3326 if (Thumb) {
3336 if (Thumb) {
3364 if (Thumb) {
3390 if (Thumb) {