Searched refs:UnaryDP (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 426 UnaryDP = 1 << 13, enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2892 "mov", "\t$Rd, $Rm", []>, UnaryDP { 2909 IIC_iMOVr, "mov", "\t$Rd, $Rm", []>, UnaryDP { 2922 [(set GPRnopc:$Rd, shift_so_reg_reg:$src)]>, UnaryDP { 2938 UnaryDP { 2951 "mov", "\t$Rd, $imm", [(set GPR:$Rd, so_imm:$imm)]>, UnaryDP { 2965 Requires<[IsARM, HasV6T2]>, UnaryDP { 2990 lo16AllZero:$imm))]>, UnaryDP, 3012 [(set GPR:$Rd, (ARMrrx GPR:$Rm))]>, UnaryDP, 3020 [(set GPR:$dst, (ARMsrl_flag GPR:$src))]>, UnaryDP, 3023 [(set GPR:$dst, (ARMsra_flag GPR:$src))]>, UnaryDP, [all …]
|
D | ARMCodeEmitter.cpp | 1155 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; }
|