HomeSort by: relevance | last modified time | path
    Searched defs:GEN_LIS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-low.cc 1165 #define GEN_LIS(buf, rt, si) GEN_ADDIS (buf, rt, 0, si)
1351 p += GEN_LIS (p, reg, (imm >> 16) & 0xffff);
1366 p += GEN_LIS (p, reg, ((imm >> 48) & 0xffff));
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-low.cc 1166 #define GEN_LIS(buf, rt, si) GEN_ADDIS (buf, rt, 0, si)
1352 p += GEN_LIS (p, reg, (imm >> 16) & 0xffff);
1367 p += GEN_LIS (p, reg, ((imm >> 48) & 0xffff));

Completed in 26 milliseconds