Searched refs:UnaryDP (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 366 UnaryDP = 1 << 13, enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2826 "mov", "\t$Rd, $Rm", []>, UnaryDP { 2840 IIC_iMOVr, "mov", "\t$Rd, $Rm", []>, UnaryDP { 2853 [(set GPRnopc:$Rd, shift_so_reg_reg:$src)]>, UnaryDP { 2869 UnaryDP { 2882 "mov", "\t$Rd, $imm", [(set GPR:$Rd, so_imm:$imm)]>, UnaryDP { 2896 Requires<[IsARM, HasV6T2]>, UnaryDP { 2921 lo16AllZero:$imm))]>, UnaryDP, 2943 [(set GPR:$Rd, (ARMrrx GPR:$Rm))]>, UnaryDP, 2951 [(set GPR:$dst, (ARMsrl_flag GPR:$src))]>, UnaryDP, 2954 [(set GPR:$dst, (ARMsra_flag GPR:$src))]>, UnaryDP, [all …]
|
D | ARMCodeEmitter.cpp | 1162 bool isUnary = MCID.TSFlags & ARMII::UnaryDP; in emitDataProcessingInstruction()
|
D | ARMInstrFormats.td | 76 // UnaryDP - Indicates this is a unary data processing instruction, i.e. 78 class UnaryDP { bit isUnaryDataProc = 1; }
|