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

  /external/qemu/tcg/ppc/
tcg-target.c 319 #define XORI OPCD(26)
1136 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1167 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 307 #define XORI OPCD( 26)
1064 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1102 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
    [all...]
  /external/v8/src/mips/
constants-mips.h 215 XORI = ((1 << 3) + 6) << kOpcodeShift,

Completed in 156 milliseconds