Home | History | Annotate | Download | only in ARM

Lines Matching refs:isARM

1274       bool IsARM =
1278 unsigned LDRLITOpc = IsARM ? ARM::LDRi12 : ARM::tLDRpci;
1280 IsARM
1290 unsigned PCAdj = IsARM ? 8 : 4;
1300 if (IsARM)
1311 if (IsARM)
1328 bool isARM = Opcode != ARM::t2MOV_ga_pcrel;
1329 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel;
1330 unsigned HI16Opc = isARM ? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel;
1333 unsigned PICAddOpc = isARM
1350 if (isARM) {