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

  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]
guest_arm_toIR.c 604 static Int doubleGuestRegOffset ( UInt dregNo )
609 switch (dregNo) {
647 static IRExpr* llGetDReg ( UInt dregNo )
649 vassert(dregNo < 32);
650 return IRExpr_Get( doubleGuestRegOffset(dregNo), Ity_F64 );
654 static IRExpr* getDReg ( UInt dregNo ) {
655 return llGetDReg( dregNo );
659 static void llPutDReg ( UInt dregNo, IRExpr* e )
661 vassert(dregNo < 32);
663 stmt( IRStmt_Put(doubleGuestRegOffset(dregNo), e) )
    [all...]

Completed in 495 milliseconds