Home
last modified time | relevance | path

Searched defs:hasV7Ops (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMSubtarget.h315 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3313 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
3400 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
3481 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
3598 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp266 bool hasV7Ops() const { in hasV7Ops() function in __anonef5d38c20111::ARMAsmParser