| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | javaop.def | 79 LOAD: Push a value from a local variable onto the operand stack. 99 OPERAND_VALUE is LOAD, STORE, LENGTH, or NEW. 131 JAVAOP (iload, 21, LOAD, INT, IMMEDIATE_u1) 132 JAVAOP (lload, 22, LOAD, LONG, IMMEDIATE_u1) 133 JAVAOP (fload, 23, LOAD, FLOAT, IMMEDIATE_u1) 134 JAVAOP (dload, 24, LOAD, DOUBLE, IMMEDIATE_u1) 135 JAVAOP (aload, 25, LOAD, PTR, IMMEDIATE_u1) 136 JAVAOP (iload_0, 26, LOAD, INT, 0) 137 JAVAOP (iload_1, 27, LOAD, INT, 1) 138 JAVAOP (iload_2, 28, LOAD, INT, 2) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | link.cmd | 7 ; LOAD /s2/amd/29k/lib/crt0.o 8 LOAD /s2/amd/29k/lib/libqcb0h.lib 9 LOAD /s2/amd/29k/lib/libscb0h.lib 10 LOAD /s2/amd/29k/lib/libacb0h.lib
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coff-sh.c | 1583 #define LOAD (0x1) macro 1699 { 0x0083, LOAD | USES1 }, /* pref @rn */ 1734 { 0x000c, LOAD | SETS1 | USES2 | USESR0 }, /* mov.b @(r0,rm),rn */ 1735 { 0x000d, LOAD | SETS1 | USES2 | USESR0 }, /* mov.w @(r0,rm),rn */ 1736 { 0x000e, LOAD | SETS1 | USES2 | USESR0 }, /* mov.l @(r0,rm),rn */ 1737 { 0x000f, LOAD|SETS1|SETS2|SETSSP|USES1|USES2|USESSP }, /* mac.l @rm+,@rn+ */ 1811 { 0x4006, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,mach */ 1821 { 0x4016, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,macl */ 1825 { 0x401b, LOAD | SETSSP | USES1 }, /* tas.b @rn */ 1831 { 0x4026, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,pr */ [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coff-sh.c | 1535 #define LOAD (0x1) macro 1651 { 0x0083, LOAD | USES1 }, /* pref @rn */ 1666 { 0x000c, LOAD | SETS1 | USES2 | USESR0 }, /* mov.b @(r0,rm),rn */ 1667 { 0x000d, LOAD | SETS1 | USES2 | USESR0 }, /* mov.w @(r0,rm),rn */ 1668 { 0x000e, LOAD | SETS1 | USES2 | USESR0 }, /* mov.l @(r0,rm),rn */ 1669 { 0x000f, LOAD|SETS1|SETS2|SETSSP|USES1|USES2|USESSP }, /* mac.l @rm+,@rn+ */ 1743 { 0x4006, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,mach */ 1753 { 0x4016, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,macl */ 1757 { 0x401b, LOAD | SETSSP | USES1 }, /* tas.b @rn */ 1763 { 0x4026, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,pr */ [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepIICHVX.td | 124 InstrItinData <tc_0390c1ca, /*SLOT01,LOAD,VA,VX_DV*/ 195 InstrItinData <tc_1ba8a0cd, /*SLOT01,LOAD,VA*/ 253 InstrItinData <tc_3904b926, /*SLOT01,LOAD*/ 268 InstrItinData <tc_3c56e5ce, /*SLOT0,NOSLOT1,LOAD,VP*/ 297 InstrItinData <tc_453fe68d, /*SLOT01,LOAD,VA*/ 318 InstrItinData <tc_52447ecc, /*SLOT01,LOAD*/ 384 InstrItinData <tc_663c80a7, /*SLOT01,LOAD*/ 399 InstrItinData <tc_7095ecba, /*SLOT1,LOAD,VA_DV*/ 446 InstrItinData <tc_7d68d5c2, /*SLOT1,LOAD,VA*/ 488 InstrItinData <tc_9a1cab75, /*SLOT01,LOAD,VA,VX_DV*/ [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPatterns.td | 39 // with LOAD, OPERATOR and STORE being the read, modify and write 57 // The inserted operand is loaded using LOAD from an address of mode MODE. 97 // condition is false. Record that they are equivalent to a LOAD/select/STORE 114 // Try to use MVC instruction INSN for a load of type LOAD followed by a store 116 // LENGTH is the number of bytes loaded by LOAD. 124 // The other operand is a load of type LOAD, which accesses LENGTH bytes. 134 // LOAD/VT/LENGTH combination. 147 // Record that INSN is a LOAD AND TEST that can be used to compare
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/ |
| H A D | Load.pm | 74 LOAD: { label 79 $@ ? $err .= $@ : last LOAD;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIMemoryLegalizer.cpp | 44 LOAD = 1u << 0, enumerator 920 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal() 928 if (Op == SIMemOp::LOAD) in enableVolatileAndOrNonTemporal() 1100 return insertWait(MI, Scope, AddrSpace, SIMemOp::LOAD | SIMemOp::STORE, in insertRelease() 1272 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal() 1280 if (Op == SIMemOp::LOAD) in enableVolatileAndOrNonTemporal() 1574 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal() 1745 Changed |= insertWait(MI, Scope, AddrSpace, SIMemOp::LOAD | SIMemOp::STORE, in insertRelease() 1807 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal() 1815 if (Op == SIMemOp::LOAD) { in enableVolatileAndOrNonTemporal() [all …]
|
| H A D | AMDGPUISelLowering.cpp | 63 setOperationAction(ISD::LOAD, MVT::f32, Promote); in AMDGPUTargetLowering() 64 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32); in AMDGPUTargetLowering() 66 setOperationAction(ISD::LOAD, MVT::v2f32, Promote); in AMDGPUTargetLowering() 67 AddPromotedToType(ISD::LOAD, MVT::v2f32, MVT::v2i32); in AMDGPUTargetLowering() 69 setOperationAction(ISD::LOAD, MVT::v3f32, Promote); in AMDGPUTargetLowering() 70 AddPromotedToType(ISD::LOAD, MVT::v3f32, MVT::v3i32); in AMDGPUTargetLowering() 72 setOperationAction(ISD::LOAD, MVT::v4f32, Promote); in AMDGPUTargetLowering() 73 AddPromotedToType(ISD::LOAD, MVT::v4f32, MVT::v4i32); in AMDGPUTargetLowering() 75 setOperationAction(ISD::LOAD, MVT::v5f32, Promote); in AMDGPUTargetLowering() 76 AddPromotedToType(ISD::LOAD, MVT::v5f32, MVT::v5i32); in AMDGPUTargetLowering() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | iq2000m.cpu | 181 (dni cfc0 "control from coprocessor 0" (MACH2000 LOAD-DELAY USES-RT) 187 (dni cfc1 "control from coprocessor 1" (MACH2000 LOAD-DELAY USES-RT) 193 (dni cfc2 "control from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 199 (dni cfc3 "control from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 209 (dni chkhdr "check header" (MACH2000 LOAD-DELAY USES-RD YIELD-INSN) 323 (dni mfc0 "move from coprocessor 0" (MACH2000 LOAD-DELAY USES-RT) 329 (dni mfc1 "move from coprocessor 1" (MACH2000 LOAD-DELAY USES-RT) 335 (dni mfc2 "move from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 341 (dni mfc3 "move from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 560 (dni ldw "load double word" (MACH2000 EVEN-REG-NUM LOAD-DELAY USES-RT) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | iq2000m.cpu | 181 (dni cfc0 "control from coprocessor 0" (MACH2000 LOAD-DELAY USES-RT) 187 (dni cfc1 "control from coprocessor 1" (MACH2000 LOAD-DELAY USES-RT) 193 (dni cfc2 "control from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 199 (dni cfc3 "control from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 209 (dni chkhdr "check header" (MACH2000 LOAD-DELAY USES-RD YIELD-INSN) 323 (dni mfc0 "move from coprocessor 0" (MACH2000 LOAD-DELAY USES-RT) 329 (dni mfc1 "move from coprocessor 1" (MACH2000 LOAD-DELAY USES-RT) 335 (dni mfc2 "move from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 341 (dni mfc3 "move from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 560 (dni ldw "load double word" (MACH2000 EVEN-REG-NUM LOAD-DELAY USES-RT) [all …]
|
| /openbsd-src/gnu/llvm/lld/MachO/Arch/ |
| H A D | ARM64_32.cpp | 55 B(ABSOLUTE) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)}, 59 B(ABSOLUTE) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)},
|
| H A D | X86_64.cpp | 59 {"GOT_LOAD", B(PCREL) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)}, 65 {"TLV", B(PCREL) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)},
|
| /openbsd-src/usr.sbin/relayctl/ |
| H A D | parser.h | 40 LOAD, enumerator
|
| H A D | relayctl.c | 202 case LOAD: in main() 264 case LOAD: in main()
|
| /openbsd-src/sys/arch/m88k/m88k/ |
| H A D | db_trace.c | 107 #define LOAD 0x004 /* does a load from S1+IMM16 */ macro 126 { 0xf0000000U, 0x00000000U, /* xmem */ TRASHES | STORE | LOAD}, in m88k_instruction_info() 127 { 0xec000000U, 0x00000000U, /* ld.d */ TRASHES | LOAD | DOUBLE}, in m88k_instruction_info() 128 { 0xe0000000U, 0x00000000U, /* load */ TRASHES | LOAD}, in m88k_instruction_info()
|
| /openbsd-src/usr.sbin/ikectl/ |
| H A D | parser.h | 24 LOAD, enumerator
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | busop_c.in | 54 <TYPE> r = <LOAD>_asi(h.bh_ptr + o); 122 <TYPE> r = <LOAD>_asi(ptr); 192 NRAW: <TYPE> r = <LOAD>_asi(ptr2);
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | dl_aix.xs | 86 # define LOAD loadAndInit macro 98 # define LOAD load macro 253 if ((mp->entry = (void *)LOAD((char *)path, in dlopen() 493 * returned by LOAD() does actually point to the data
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 235 case ISD::LOAD: in matchLSNode() 238 unsigned int IndexResNo = (Base->getOpcode() == ISD::LOAD) ? 1 : 0; in matchLSNode()
|
| /openbsd-src/sys/scsi/ |
| H A D | scsi_tape.h | 101 #define LOAD 0x1b macro
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Relocations.h | 39 LOAD = 1 << 11, // Relaxable indirect load enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 356 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { in select() 574 case ISD::LOAD: in trySelect() 575 return select<ISD::LOAD>(N); in trySelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 354 if (N1.getOpcode() == ISD::LOAD && in tryIndexedBinOp() 406 case ISD::LOAD: in Select()
|
| /openbsd-src/usr.sbin/radiusd/ |
| H A D | parse.y | 97 %token INCLUDE LISTEN ON PORT CLIENT SECRET LOAD MODULE MSGAUTH_REQUIRED 325 | MODULE LOAD STRING STRING { 612 { "load", LOAD}, in lookup()
|