/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | m10200-opc.c | 93 #define PSW (IMM24_MEM+1) macro 97 #define MDR (PSW+1) 167 { "mov", 0xf3f0, 0xfffc, FMT_4, {PSW, DN0}}, 168 { "mov", 0xf3d0, 0xfff3, FMT_4, {DN1, PSW}}, 279 { "and", 0xf7100000, 0xffff0000, FMT_6, {SIMM16N, PSW}}, 283 { "or", 0xf7140000, 0xffff0000, FMT_6, {SIMM16N, PSW}},
|
H A D | m10300-opc.c | 143 #define PSW (SP+1) macro 147 #define MDR (PSW+1) 453 { "mov", 0xf2e4, 0xfffc, 0, FMT_D0, 0, {PSW, DN0}}, 454 { "mov", 0xf2f3, 0xfff3, 0, FMT_D0, 0, {DM1, PSW}}, 852 { "and", 0xfafc0000, 0xffff0000, 0, FMT_D2, 0, {IMM16, PSW}}, 864 { "or", 0xfafd0000, 0xffff0000, 0, FMT_D2, 0, {IMM16, PSW}},
|
H A D | s390-opc.txt | 81 b20b ipk S_00 "insert PSW key" g5 esa,zarch 107 82 lpsw S_RD "load PSW" g5 esa,zarch 187 b20a spka S_RD "set PSW key from address" g5 esa,zarch
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | m10200-opc.c | 93 #define PSW (IMM24_MEM+1) macro 97 #define MDR (PSW+1) 167 { "mov", 0xf3f0, 0xfffc, FMT_4, {PSW, DN0}}, 168 { "mov", 0xf3d0, 0xfff3, FMT_4, {DN1, PSW}}, 279 { "and", 0xf7100000, 0xffff0000, FMT_6, {SIMM16N, PSW}}, 283 { "or", 0xf7140000, 0xffff0000, FMT_6, {SIMM16N, PSW}},
|
H A D | m10300-opc.c | 144 #define PSW (SP+1) macro 148 #define MDR (PSW+1) 454 { "mov", 0xf2e4, 0xfffc, 0, FMT_D0, 0, {PSW, DN0}}, 455 { "mov", 0xf2f3, 0xfff3, 0, FMT_D0, 0, {DM1, PSW}}, 853 { "and", 0xfafc0000, 0xffff0000, 0, FMT_D2, 0, {IMM16, PSW}}, 865 { "or", 0xfafd0000, 0xffff0000, 0, FMT_D2, 0, {IMM16, PSW}},
|
H A D | s390-opc.txt | 81 b20b ipk S_00 "insert PSW key" g5 esa,zarch 107 82 lpsw S_RD "load PSW" g5 esa,zarch 187 b20a spka S_RD "set PSW key from address" g5 esa,zarch
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | m32r-stub.c | 123 PSW, CBR, SPI, SPU, BPC, PC, ACCL, ACCH enumerator 414 stackmode = registers[PSW] & 0x80; in handle_exception() 432 else if (regno == PSW) /* stack mode may have changed! */ in handle_exception() 1317 psw = (struct PSWreg *) ®isters[PSW]; /* fields of PSW register */ in cleanup_stash()
|
H A D | ChangeLog-1997 | 368 * config/d30v/tm-d30v.h (PSW_*): Add macros for each of the PSW
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.td | 64 def PSW : VEMiscReg<1, "psw">; // Program status word 78 (add USRCC, PSW, SAR, PMMR,
|
H A D | VEInstrInfo.td | 529 def RD_NONE : RD_VAL< 0>; // According to PSW 1508 let sx = 0, cz = 0, sz = 0, hasSideEffects = 1, Defs = [PSW] in 1512 let cy = 0, sy = 0, cz = 0, sz = 0, hasSideEffects = 1, Uses = [PSW] in 1516 let sx = 0, cz = 0, sz = 0, hasSideEffects = 1, Defs = [PSW] in { 1522 let cy = 0, sy = 0, cz = 0, sz = 0, hasSideEffects = 1, Uses = [PSW] in
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 20 // Extract PSW. 24 // Load PSW (extended). 32 // Insert PSW key. 36 // Set PSW key from address.
|
H A D | SystemZRegisterInfo.td | 318 // The 2-bit condition code field of the PSW. Every register named in an
|
H A D | SystemZInstrFormats.td | 5117 // the value of the PSW's 2-bit condition code field.
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | convex.h | 48 #define PSW 8 macro 462 {0,0,lr,PSW,A,0}, /* mov */ 463 {0,0,rxl,A,PSW,0}, /* mov */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | convex.h | 48 #define PSW 8 macro 462 {0,0,lr,PSW,A,0}, /* mov */ 463 {0,0,rxl,A,PSW,0}, /* mov */
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/Disassembler/ |
H A D | VEDisassembler.cpp | 118 VE::USRCC, VE::PSW, VE::SAR, VE::NoRegister,
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 405 // On S/390, certain signals are delivered with PSW Address pointing to
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 136 VE::USRCC, VE::PSW, VE::SAR, VE::NoRegister,
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | m32r.cpu | 2376 ; PSW &= ~((unsigned char) uimm8 | 0x000ff00) 2387 ; PSW |= (unsigned char) uimm8
|
/openbsd/gnu/usr.bin/binutils/gas/po/ |
H A D | tr.po | 3198 msgid "resource conflict (PSW)" 3199 msgstr "kaynak çelişkisi (PSW)" 9801 msgid "PSW cannot be included in list" 9802 msgstr "PSW listeye dahil edilemez"
|
H A D | gas.pot | 3148 msgid "resource conflict (PSW)" 9520 msgid "PSW cannot be included in list"
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/po/ |
H A D | tr.po | 3732 msgid "resource conflict (PSW)" 3733 msgstr "kaynak çelişkisi (PSW)" 10731 msgid "PSW cannot be included in list" 10732 msgstr "PSW listeye dahil edilemez"
|
H A D | gas.pot | 3419 msgid "resource conflict (PSW)" 9972 msgid "PSW cannot be included in list"
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9899 | 2588 parallel insns modift buts in the PSW as a side effect.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9899 | 2588 parallel insns modift buts in the PSW as a side effect.
|