Searched refs:LOAD (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-10.0-release/sys/boot/i386/mbr/
H A Dmbr.s20 .set LOAD,0x7c00 # Load address
39 movw $LOAD,%sp # stack
44 movw $main-EXEC+LOAD,%si # Source
52 jmp main-LOAD+EXEC # To relocated code
91 movw $LOAD,%bx # Transfer buffer
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dop.h113 LOAD, enumerator in enum:__anon11527
H A Dtree.c199 { LOAD, { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
200 "LOAD" } },
736 tn = mktnode(LOAD, tp, tn, NULL);
832 ln->tn_left->tn_op == LOAD) {
850 ln->tn_left->tn_op == LOAD) {
1102 ln->tn_left->tn_op == LOAD) {
1124 case LOAD:
3428 case LOAD:
3889 case LOAD:
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dhx509_err.et101 error_code LOAD, "Failed to load PKCS module"
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp118 case ISD::LOAD:
H A DMips16ISelDAGToDAG.cpp128 case ISD::LOAD: {
H A DMipsSEISelLowering.cpp51 setOperationAction(ISD::LOAD, VecTys[i], Legal);
97 setOperationAction(ISD::LOAD, MVT::i32, Custom);
/freebsd-10.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s37 .set LOAD,0x7c00 # Load address
76 movw $main-EXEC+LOAD,%si # Source
84 jmp main-LOAD+EXEC # To relocated code
139 movw $LOAD/16,%bx
152 jmp LOAD # Jump to boot code
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h464 /// LOAD and STORE have token chains as their first operand, then the same
468 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h984 return N->getOpcode() == ISD::LOAD ||
1604 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3);
1620 return N->getOpcode() == ISD::LOAD ||
1625 /// LoadSDNode - This class is used to represent ISD::LOAD nodes.
1632 : LSBaseSDNode(ISD::LOAD, dl, ChainPtrOff, 3,
1651 return N->getOpcode() == ISD::LOAD;
H A DLiveInterval.h149 LOAD = 0,
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp57 setOperationAction(ISD::LOAD, MVT::f32, Promote);
58 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32);
60 setOperationAction(ISD::LOAD, MVT::v4f32, Promote);
61 AddPromotedToType(ISD::LOAD, MVT::v4f32, MVT::v4i32);
H A DR600ISelLowering.cpp91 setOperationAction(ISD::LOAD, MVT::i32, Custom);
92 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
93 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
103 setOperationAction(ISD::LOAD, MVT::i32, Custom);
104 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
334 case ISD::LOAD: return LowerLOAD(Op, DAG);
465 case ISD::LOAD: {
/freebsd-10.0-release/sys/boot/i386/boot0/
H A Dboot0.S123 * LOAD is the original load address and cannot be changed.
134 .set LOAD,0x7c00 # Load address
175 * NOTE: the initial section of the code (up to movw $LOAD,%sp)
186 movw $LOAD,%sp # stack
208 jmp main-LOAD+ORIGIN # Jump to relocated code
483 * Load selected bootsector to the LOAD location in RAM. If read
486 3: movw $LOAD,%bx # Address for read
H A Dboot0ext.S26 .set LOAD,0x7c00 # Load address
74 movw $LOAD,%sp # stack
94 testb $FL_SETDRV,LOAD+flags-start # Set number drive?
98 boot.1: movb LOAD+setdrv-start,%dl # Drive number to use
113 jmp main+ORIGIN-LOAD # To relocated code
300 * load selected bootsector to the LOAD location in RAM.
304 main.15: movw $LOAD,%bx # Address for read
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp356 if (N1.getOpcode() == ISD::LOAD &&
414 case ISD::LOAD:
/freebsd-10.0-release/lib/libz/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
H A Dinflate.c459 #define LOAD() \ macro
634 LOAD();
1025 LOAD();
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlex.l331 <MRI>"LOAD" { RTOKEN(LOAD); }
348 <MRI>"load" { RTOKEN(LOAD); }
H A Dldgram.y147 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
236 | LOAD mri_load_name_list
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c410 #define LOAD() \ macro
590 LOAD();
975 LOAD();
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h81 /// Like a regular LOAD but additionally taking/producing a flag.
82 LOAD, enumerator in enum:llvm::PPCISD::NodeType
84 /// LOAD into r2 (also taking/producing a flag). Like TOC_RESTORE, this is
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp849 } else if (MulOp0.getOpcode() == ISD::LOAD) {
875 } else if (MulOp1.getOpcode() == ISD::LOAD) {
1029 } else if (MulOp0.getOpcode() == ISD::LOAD) {
1054 } else if (MulOp1.getOpcode() == ISD::LOAD) {
1356 case ISD::LOAD:
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp257 case ISD::LOAD: return "load";
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp156 setOperationAction(ISD::LOAD, MVT::i1, Custom);
178 setOperationAction(ISD::LOAD, VT, Custom);
848 case ISD::LOAD:
1686 case ISD::LOAD:

Completed in 376 milliseconds

12