Home | History | Annotate | Download | only in ARM

Lines Matching refs:isARM

1464       bool IsARM =
1468 unsigned LDRLITOpc = IsARM ? ARM::LDRi12 : ARM::tLDRpci;
1470 IsARM
1480 unsigned PCAdj = IsARM ? 8 : 4;
1494 if (IsARM)
1505 if (IsARM)
1522 bool isARM = Opcode != ARM::t2MOV_ga_pcrel;
1523 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel;
1524 unsigned HI16Opc = isARM ? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel;
1527 unsigned PICAddOpc = isARM
1544 if (isARM) {