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

  /external/valgrind/main/VEX/priv/
host_mips_isel.c 823 MIPSShftOp shftOp;
905 shftOp = Mshft_SLL;
909 shftOp = Mshft_SRL;
913 shftOp = Mshft_SRA;
916 shftOp = Mshft_INVALID;
921 if (shftOp != Mshft_INVALID) {
933 if (mode64 && (shftOp == Mshft_SRA || shftOp == Mshft_SRL)) {
    [all...]
host_ppc_isel.c     [all...]

Completed in 4948 milliseconds