Home
last modified time | relevance | path

Searched refs:hasV7Ops (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp244 (hasV7Ops() && (isTargetLinux() || isTargetNaCl() || in initSubtargetFeatures()
DARMSubtarget.h294 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
DARMAsmPrinter.cpp539 else if (Subtarget->hasV7Ops()) { in getArchForCPU()
604 if (STI.hasV7Ops()) { in emitAttributes()
689 if (STI.hasV7Ops()) in emitAttributes()
DARMFrameLowering.cpp234 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
DARMISelLowering.cpp2765 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
9878 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
DARMInstrInfo.td205 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3325 bool hasV7Ops = featureBits & ARM::HasV7Ops; in DecodeT2LoadShift() local
3375 if (!hasV7Ops) in DecodeT2LoadShift()
3379 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
3411 bool hasV7Ops = featureBits & ARM::HasV7Ops; in DecodeT2LoadImm8() local
3462 if (!hasV7Ops) in DecodeT2LoadImm8()
3466 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
3491 bool hasV7Ops = (featureBits & ARM::HasV7Ops); in DecodeT2LoadImm12() local
3541 if (!hasV7Ops) in DecodeT2LoadImm12()
3545 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
3607 bool hasV7Ops = (featureBits & ARM::HasV7Ops); in DecodeT2LoadLabel() local
[all …]
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp264 bool hasV7Ops() const { in hasV7Ops() function in __anon0735be620111::ARMAsmParser
3297 if ((hasV7Ops() || hasV8Ops()) && (Num == 10 || Num == 11)) in parseCoprocNumOperand()
4059 if (!hasV7Ops() && FlagsVal >= 0x811 && FlagsVal <= 0x813) in parseMSRMaskOperand()
6269 if (!hasV7Ops()) in validateInstruction()