Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4615 let hasPostISelHook = 1, Constraints = "$newdst = $dst, $newsrc = $src" in {
4616 // %newsrc, %newdst = MEMCPY %dst, %src, N, ...N scratch regs...
4621 (outs GPR:$newdst, GPR:$newsrc),
4624 [(set GPR:$newdst, GPR:$newsrc,
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c17807 IRTemp newdst = newTemp(Ity_I32); in disInstr_ARM_WRK() local
17815 assign(newdst, in disInstr_ARM_WRK()
17825 putIRegA(rD, mkexpr(newdst), condT, Ijk_Boring); in disInstr_ARM_WRK()
22671 IRTemp newdst = newTemp(Ity_I32); in disInstr_THUMB_WRK() local
22679 assign(newdst, in disInstr_THUMB_WRK()
22689 putIRegT(rD, mkexpr(newdst), condT); in disInstr_THUMB_WRK()