HomeSort by relevance Sort by last modified time
    Searched defs:Mov (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 710 MachineInstrBuilder Mov;
715 Mov = AddDefaultPred(BuildMI(MBB, I, I->getDebugLoc(), get(Opc), Dst)
719 Mov.addReg(Src);
722 Mov->addRegisterDefined(DestReg, TRI);
724 Mov->addRegisterKilled(SrcReg, TRI);
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 645 /* MOV dst, src -- reg-reg (or reg-imm8x4) move */
649 } Mov;
686 /* Mov src to dst on the given condition, which may not
772 /* 64-bit FP mov src to dst on the given condition, which may
779 /* 32-bit FP mov src to dst on the given condition, which may

Completed in 45 milliseconds