Searched defs:DDst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4229 // Source instruction is %DDst = VMOVD %DSrc, 14, %noreg (; implicits)
4236 // Change to a %DDst = VORRd %DSrc, %DSrc, 14, %noreg (; implicits)
4286 // Convert to %DDst = VSETLNi32 %DDst, %RSrc, Lane, 14, %noreg (; imps)
4287 // Again DDst may be undefined at the beginning of this instruction.
4310 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; local
4311 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane);
4321 if (DSrc == DDst) {
4323 // %DDst = VDUPLN32d %DDst, Lan
[all...]

Completed in 2558 milliseconds