HomeSort by: relevance | last modified time | path
    Searched defs:Thumb (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 217 Thumb = 1 << 0
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 147 Thumb = 0x1C2,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 1632 MIB.addImm(0); // a 32-bit Thumb ldrex (only) allows an offset.
1656 MIB.addImm(0); // a 32-bit Thumb strex (only) allows an offset.
1694 /// single GPRPair register), Thumb's take two separate registers so we need to
2000 // Add the default predicate in Thumb mode.
2323 const bool Thumb = Opcode == ARM::tTPsoft;
2336 TII->get(Thumb ? ARM::tLDRpci : ARM::LDRi12), Reg)
2338 if (!Thumb)
2344 TII->get(Thumb ? gettBLXrOpcode(*MF) : getBLXOpcode(*MF)));
2345 if (Thumb)
2350 TII->get(Thumb ? ARM::tBL : ARM::BL))
    [all...]
ARMFrameLowering.cpp 222 // stack frame. ARM (especially Thumb) has small immediate offset to
404 // Since this is only reached for Thumb-2 targets, the BFC instruction
1897 // Force LR to be spilled if the Thumb function size is > 2048. This enables
2176 // Don't spill high register if the function is thumb. In the case of
2391 bool Thumb = ST->isThumb();
2492 if (Thumb) {
2521 if (Thumb) {
2533 if (!CompareStackPointer && Thumb) {
2547 if (Thumb && ST->isThumb1Only()) {
2567 BuildMI(McrMBB, DL, TII.get(Thumb ? ARM::t2MRC : ARM::MRC)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 135 Thumb = 0xf0,

Completed in 42 milliseconds