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

  /external/qemu/tcg/ppc/
tcg-target.c 316 #define ADDIS OPCD(15)
451 tcg_out32 (s, ADDIS | RT (ret) | RA (0) | ((arg >> 16) & 0xffff));
980 tcg_out32 (s, ADDIS | RT (rt) | RA (ra) | h);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 304 #define ADDIS OPCD( 15)
455 tcg_out32 (s, ADDIS | RT (ret) | RA (0) | ((arg >> 16) & 0xffff));
954 tcg_out32 (s, ADDIS | RT (rt) | RA (ra) | h);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 595 TmpInst.setOpcode(PPC::ADDIS);
    [all...]

Completed in 53 milliseconds