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

  /external/icu4c/common/
ucnvisci.c 94 ORI = 0x47,
147 { ORIYA, ORI_MASK, ORI },
270 * | DEV | PNJ | GJR | ORI | BNG | TLG | MLM | TML |
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 317 #define ORI OPCD(24)
453 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 305 #define ORI OPCD( 24)
457 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
478 if (l16) tcg_out32 (s, ORI | RS (ret) | RA (ret) | l16);
    [all...]

Completed in 88 milliseconds