Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h366 UnaryDP = 1 << 13, enumerator
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2891 "mov", "\t$Rd, $Rm", []>, UnaryDP {
2905 IIC_iMOVr, "mov", "\t$Rd, $Rm", []>, UnaryDP {
2918 [(set GPRnopc:$Rd, shift_so_reg_reg:$src)]>, UnaryDP {
2934 UnaryDP {
2947 "mov", "\t$Rd, $imm", [(set GPR:$Rd, so_imm:$imm)]>, UnaryDP {
2961 Requires<[IsARM, HasV6T2]>, UnaryDP {
2986 lo16AllZero:$imm))]>, UnaryDP,
3008 [(set GPR:$Rd, (ARMrrx GPR:$Rm))]>, UnaryDP,
3016 [(set GPR:$dst, (ARMsrl_flag GPR:$src))]>, UnaryDP,
3019 [(set GPR:$dst, (ARMsra_flag GPR:$src))]>, UnaryDP,
[all …]
DARMCodeEmitter.cpp1166 bool isUnary = MCID.TSFlags & ARMII::UnaryDP; in emitDataProcessingInstruction()
DARMInstrFormats.td76 // UnaryDP - Indicates this is a unary data processing instruction, i.e.
78 class UnaryDP { bit isUnaryDataProc = 1; }