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

  /src/external/gpl3/gdb/dist/gdb/
s390-linux-nat.c 69 /* Skip PSWM and PSWA, since they must be handled specially. */
165 ULONGEST pswm, pswa; local
170 pswm = extract_unsigned_integer ((const gdb_byte *) regp
174 store_unsigned_integer (buf, 4, byte_order, (pswm >> 32) | 0x80000);
177 (pswa & 0x7fffffff) | (pswm & 0x80000000));
205 ULONGEST pswa, pswm; local
210 pswm = extract_unsigned_integer (pswm_p, 8, byte_order);
214 pswm &= 0x80000000;
216 pswm |= (extract_unsigned_integer (buf, 4, byte_order)
224 pswm ^= (pswm ^ pswa) & 0x80000000
955 long pswm; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
s390-linux-nat.c 68 /* Skip PSWM and PSWA, since they must be handled specially. */
164 ULONGEST pswm, pswa; local
169 pswm = extract_unsigned_integer ((const gdb_byte *) regp
173 store_unsigned_integer (buf, 4, byte_order, (pswm >> 32) | 0x80000);
176 (pswa & 0x7fffffff) | (pswm & 0x80000000));
204 ULONGEST pswa, pswm; local
209 pswm = extract_unsigned_integer (pswm_p, 8, byte_order);
213 pswm &= 0x80000000;
215 pswm |= (extract_unsigned_integer (buf, 4, byte_order)
223 pswm ^= (pswm ^ pswa) & 0x80000000
954 long pswm; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-s390-low.cc 550 PTRACE_XFER_TYPE pswm = ptrace (PTRACE_PEEKUSER, pid, local
559 return pswm & (1L << 32) ? 8 : 4;
814 0x2c0: PSWM [64-bit]
828 CC value in %r0 (shifted to match its position in PSWM high word),
912 /* Code sequence saving ARs, PSWM and FPC. PSWM has to be assembled from
913 current PSWM (read by epsw) and CC from entry (in %r0). */
1052 /* Code sequence restoring misc registers. As for PSWM, only CC should be
1308 /* Second, misc registers (ARs, PSWM, FPC). PSWA will be stored below. */
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-s390-low.cc 550 PTRACE_XFER_TYPE pswm = ptrace (PTRACE_PEEKUSER, pid, local
559 return pswm & (1L << 32) ? 8 : 4;
816 0x2c0: PSWM [64-bit]
830 CC value in %r0 (shifted to match its position in PSWM high word),
914 /* Code sequence saving ARs, PSWM and FPC. PSWM has to be assembled from
915 current PSWM (read by epsw) and CC from entry (in %r0). */
1054 /* Code sequence restoring misc registers. As for PSWM, only CC should be
1311 /* Second, misc registers (ARs, PSWM, FPC). PSWA will be stored below. */

Completed in 30 milliseconds