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

  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 3004 long v1_off = 0; /* The assumption is LUI will replace it. */ local
3063 sp_adj = v1_off;
3139 v1_off = ((b0s16_imm (insn) << 16) ^ 0x80000000) - 0x80000000;
3153 v1_off |= b0s16_imm (insn);
mips-tdep.c 3004 long v1_off = 0; /* The assumption is LUI will replace it. */ local
3063 sp_adj = v1_off;
3139 v1_off = ((b0s16_imm (insn) << 16) ^ 0x80000000) - 0x80000000;
3153 v1_off |= b0s16_imm (insn);
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 3008 long v1_off = 0; /* The assumption is LUI will replace it. */ local
3067 sp_adj = v1_off;
3143 v1_off = ((b0s16_imm (insn) << 16) ^ 0x80000000) - 0x80000000;
3157 v1_off |= b0s16_imm (insn);
mips-tdep.c 3008 long v1_off = 0; /* The assumption is LUI will replace it. */ local
3067 sp_adj = v1_off;
3143 v1_off = ((b0s16_imm (insn) << 16) ^ 0x80000000) - 0x80000000;
3157 v1_off |= b0s16_imm (insn);

Completed in 75 milliseconds