Home
last modified time | relevance | path

Searched refs:HasThumb2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp211 bool HasThumb2 = STI.getFeatureBits()[ARM::FeatureThumb2]; in getRelaxedOpcode() local
218 return HasThumb2 ? (unsigned)ARM::t2Bcc : Op; in getRelaxedOpcode()
220 return HasThumb2 ? (unsigned)ARM::t2LDRpci : Op; in getRelaxedOpcode()
222 return HasThumb2 ? (unsigned)ARM::t2ADR : Op; in getRelaxedOpcode()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARM.td590 def FeatureThumb2 : SubtargetFeature<"thumb2", "HasThumb2", "true",