Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3799 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
3887 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
3968 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
4085 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h612 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp541 bool hasV7Ops() const { in hasV7Ops() function in __anon035bc7a10111::ARMAsmParser