Home | History | Annotate | Download | only in ARM

Lines Matching defs:Thumb

74   // stack frame. ARM (especially Thumb) has small immediate offset to
684 // Add the default predicate in Thumb mode.
1490 // Force LR to be spilled if the Thumb function size is > 2048. This enables
1734 bool Thumb = ST->isThumb();
1801 if (Thumb) {
1826 if (Thumb) {
1835 if (!CompareStackPointer && Thumb) {
1844 if (Thumb && ST->isThumb1Only()) {
1880 Opcode = Thumb ? ARM::tCMPr : ARM::CMPrr;
1886 Opcode = Thumb ? ARM::tBcc : ARM::Bcc;
1898 if (Thumb) {
1907 if (Thumb) {
1918 if (Thumb) {
1940 if (Thumb) {
1949 if (Thumb) {
1973 if (Thumb) {
1991 Opcode = Thumb ? ARM::tBX_RET : ARM::BX_RET;
1996 if (Thumb) {