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...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 463 mMips->XORI(Rd, Rn, src);
    [all...]

Completed in 2161 milliseconds