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

  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]
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
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 711 MachineInstrBuilder Mov;
729 Mov = BuildMI(MBB, I, I->getDebugLoc(), get(Opc), Dst)
733 Mov.addReg(Src);
734 Mov = AddDefaultPred(Mov);
737 Mov->addRegisterDefined(DestReg, TRI);
739 Mov->addRegisterKilled(SrcReg, TRI);
    [all...]

Completed in 2840 milliseconds