Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp218 TARGET_THUMB enumerator
829 if (TargetName != TARGET_THUMB) return; in emitBot()
1381 if ((TargetName == TARGET_ARM || TargetName == TARGET_THUMB) && in emit()
1614 } else if (TN == TARGET_THUMB) { in populateInstruction()
1665 case TARGET_THUMB: in populateInstruction()
1712 if (populateInstruction(*NumberedInstructions[uid], TARGET_THUMB)) in populateInstructions()
1758 ARMFilterChooser::setTargetName(TARGET_THUMB); in emit()