Searched defs:rSD (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.c2503 static UChar *doAMode_IR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am, argument
2513 if (rSD == 33 || rSD == 34)
2516 r_dst = rSD;
2520 if (rSD == 33)
2523 else if (rSD == 34)
2532 if (rSD == 33)
2535 else if (rSD == 34)
2543 static UChar *doAMode_RR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am, argument
2552 if (rSD
[all...]
H A Dhost_ppc_defs.c3361 static UChar* doAMode_IR ( UChar* p, UInt opc1, UInt rSD, argument
3377 p = mkFormD(p, opc1, rSD, rA, idx);
3382 UInt rSD, PPCAMode* am, Bool mode64 )
3390 p = mkFormX(p, opc1, rSD, rA, rB, opc2, 0);
3381 doAMode_RR( UChar* p, UInt opc1, UInt opc2, UInt rSD, PPCAMode* am, Bool mode64 ) argument

Completed in 237 milliseconds