HomeSort by relevance Sort by last modified time
    Searched defs:ORI (Results 1 - 4 of 4) 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 311 #define ORI OPCD(24)
436 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 292 #define ORI OPCD( 24)
440 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
460 if (l16) tcg_out32 (s, ORI | RS (ret) | RA (ret) | l16);
1157 tcg_out32 (s, ORI | RS (args[1]) | RA (args[0])
    [all...]
  /external/v8/src/mips/
constants-mips.h 186 ORI = ((1 << 3) + 5) << kOpcodeShift,

Completed in 284 milliseconds