Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4591 let hasPostISelHook = 1, Constraints = "$newdst = $dst, $newsrc = $src" in {
4592 // %newsrc, %newdst = MEMCPY %dst, %src, N, ...N scratch regs...
4597 (outs GPR:$newdst, GPR:$newsrc),
4600 [(set GPR:$newdst, GPR:$newsrc,
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c16343 IRTemp newdst = newTemp(Ity_I32); in disInstr_ARM_WRK() local
16351 assign(newdst, in disInstr_ARM_WRK()
16361 putIRegA(rD, mkexpr(newdst), condT, Ijk_Boring); in disInstr_ARM_WRK()
21183 IRTemp newdst = newTemp(Ity_I32); in disInstr_THUMB_WRK() local
21191 assign(newdst, in disInstr_THUMB_WRK()
21201 putIRegT(rD, mkexpr(newdst), condT); in disInstr_THUMB_WRK()