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

12

/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Devthread_win32.c114 #define LOAD(name) \ macro
116 LOAD(InitializeConditionVariable);
117 LOAD(SleepConditionVariableCS);
118 LOAD(WakeAllConditionVariable);
119 LOAD(WakeConditionVariable);
/freebsd-10.1-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.1-release/usr.bin/xlint/lint1/
H A Dop.h113 LOAD, enumerator in enum:__anon11896
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.1-release/crypto/heimdal/lib/hx509/
H A Dhx509_err.et101 error_code LOAD, "Failed to load PKCS module"
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp100 setOperationAction(ISD::LOAD, MVT::f32, Promote);
101 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32);
103 setOperationAction(ISD::LOAD, MVT::v2f32, Promote);
104 AddPromotedToType(ISD::LOAD, MVT::v2f32, MVT::v2i32);
106 setOperationAction(ISD::LOAD, MVT::v4f32, Promote);
107 AddPromotedToType(ISD::LOAD, MVT::v4f32, MVT::v4i32);
109 setOperationAction(ISD::LOAD, MVT::v8f32, Promote);
110 AddPromotedToType(ISD::LOAD, MVT::v8f32, MVT::v8i32);
112 setOperationAction(ISD::LOAD, MVT::v16f32, Promote);
113 AddPromotedToType(ISD::LOAD, MV
[all...]
H A DSIISelLowering.cpp87 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
88 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
89 setOperationAction(ISD::LOAD, MVT::v8i32, Custom);
90 setOperationAction(ISD::LOAD, MVT::v16i32, Custom);
96 setOperationAction(ISD::LOAD, MVT::i32, Custom);
97 setOperationAction(ISD::LOAD, MVT::i64, Custom);
98 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
99 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
444 case ISD::LOAD: {
H A DR600ISelLowering.cpp90 setOperationAction(ISD::LOAD, MVT::i32, Custom);
91 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
92 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
110 setOperationAction(ISD::LOAD, MVT::i32, Custom);
111 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
517 case ISD::LOAD: return LowerLOAD(Op, DAG);
768 case ISD::LOAD: {
1263 // expanded by the DAG Legalizer. This is not the case for ISD::LOAD, so we
/freebsd-10.1-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.1-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h456 /// LOAD and STORE have token chains as their first operand, then the same
460 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1062 return N->getOpcode() == ISD::LOAD ||
1697 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3);
1713 return N->getOpcode() == ISD::LOAD ||
1718 /// LoadSDNode - This class is used to represent ISD::LOAD nodes.
1725 : LSBaseSDNode(ISD::LOAD, Order, dl, ChainPtrOff, 3, VTs, AM, MemVT, MMO) {
1743 return N->getOpcode() == ISD::LOAD;
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp196 case ISD::LOAD:
H A DMips16ISelDAGToDAG.cpp131 case ISD::LOAD: {
/freebsd-10.1-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.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp357 if (N1.getOpcode() == ISD::LOAD &&
415 case ISD::LOAD:
/freebsd-10.1-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.1-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.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c410 #define LOAD() \ macro
590 LOAD();
975 LOAD();
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp857 } else if (MulOp0.getOpcode() == ISD::LOAD) {
883 } else if (MulOp1.getOpcode() == ISD::LOAD) {
1037 } else if (MulOp0.getOpcode() == ISD::LOAD) {
1062 } else if (MulOp1.getOpcode() == ISD::LOAD) {
1366 case ISD::LOAD:
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp256 case ISD::LOAD: return "load";
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h82 /// Like a regular LOAD but additionally taking/producing a flag.
83 LOAD, enumerator in enum:llvm::PPCISD::NodeType
85 /// LOAD into r2 (also taking/producing a flag). Like TOC_RESTORE, this is
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1101 if (Op1.getOpcode() == ISD::LOAD && Op0.getOpcode() != ISD::LOAD) {

Completed in 947 milliseconds

12