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

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-1.d12 CONTENTS, ALLOC, LOAD, READONLY, CODE
H A Dcopy-3.d16 CONTENTS, ALLOC, LOAD, RELOC, DATA
H A Dcopy-2.d17 CONTENTS, ALLOC, LOAD, CODE
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-sh.c1537 #define LOAD (0x1)
1653 { 0x0083, LOAD | USES1 }, /* pref @rn */
1668 { 0x000c, LOAD | SETS1 | USES2 | USESR0 }, /* mov.b @(r0,rm),rn */
1669 { 0x000d, LOAD | SETS1 | USES2 | USESR0 }, /* mov.w @(r0,rm),rn */
1670 { 0x000e, LOAD | SETS1 | USES2 | USESR0 }, /* mov.l @(r0,rm),rn */
1671 { 0x000f, LOAD|SETS1|SETS2|SETSSP|USES1|USES2|USESSP }, /* mac.l @rm+,@rn+ */
1745 { 0x4006, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,mach */
1755 { 0x4016, LOAD | SETS1 | SETSSP | USES1 }, /* lds.l @rm+,macl */
1759 { 0x401b, LOAD | SETSSP | USES1 }, /* tas.b @rn */
1765 { 0x4026, LOAD | SETS
1535 #define LOAD macro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhx509_err.et102 error_code LOAD, "Failed to load PKCS module"
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dcrypt.c277 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 macro
291 LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
300 LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
309 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
311 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
707 LOAD(L,L0,L1,B);
709 LOAD(L,L0,L1,*(C_block *)in);
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c272 #define LOAD(d,d0,d1,bl) ((d0) = (bl).b32.i0, (d1) = (bl).b32.i1) macro
283 LOAD((d),(d0),(d1),(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
292 LOAD((d),(d0),(d1),(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
301 { C_block tblk; permute((cpp),&tblk,(p),8); LOAD ((d),(d0),(d1),tblk); }
303 { C_block tblk; permute((cpp),&tblk,(p),4); LOAD ((d),(d0),(d1),tblk); }
666 LOAD(L,L0,L1,B);
668 LOAD(L,L0,L1,*(C_block *)in);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c291 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 macro
302 LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
311 LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
320 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
322 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
699 LOAD(L,L0,L1,B);
701 LOAD(L,L0,L1,*(C_block *)in);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DISDOpcodes.h459 /// LOAD and STORE have token chains as their first operand, then the same
463 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h978 return N->getOpcode() == ISD::LOAD ||
1623 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3);
1640 return N->getOpcode() == ISD::LOAD ||
1645 /// LoadSDNode - This class is used to represent ISD::LOAD nodes.
1652 : LSBaseSDNode(ISD::LOAD, dl, ChainPtrOff, 3,
1672 return N->getOpcode() == ISD::LOAD;
H A DLiveInterval.h148 LOAD = 0,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp356 if (N1.getOpcode() == ISD::LOAD &&
413 case ISD::LOAD:
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
H A Dinflate.c458 #define LOAD() \ macro
638 LOAD();
1029 LOAD();
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinfback.c148 #define LOAD() \ macro
500 LOAD();
H A Dinflate.c432 #define LOAD() \ macro
612 LOAD();
983 LOAD();
/macosx-10.10.1/zlib-55/zlib/
H A Dinfback.c119 #define LOAD() \ macro
480 LOAD();
H A Dinflate.c438 #define LOAD() \ macro
618 LOAD();
1010 LOAD();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp761 } else if (MulOp0.getOpcode() == ISD::LOAD) {
787 } else if (MulOp1.getOpcode() == ISD::LOAD) {
941 } else if (MulOp0.getOpcode() == ISD::LOAD) {
966 } else if (MulOp1.getOpcode() == ISD::LOAD) {
1267 case ISD::LOAD:
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DProvider.pm53 use constant LOAD => 3; # mtime of template constant
685 if ( ! defined $template_mtime || ( $template_mtime != $slot->[ LOAD ] )) {
702 $slot->[ LOAD ] = $data->{ time };
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinflate.c403 #define LOAD() \ macro
583 LOAD();
954 LOAD();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.h72 /// Like a regular LOAD but additionally taking/producing a flag.
73 LOAD, enumerator in enum:llvm::PPCISD::NodeType
75 /// LOAD into r2 (also taking/producing a flag). Like TOC_RESTORE, this is
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dforth.vim235 syn keyword forthBlocks OPEN-BLOCKS USE LOAD --> BLOCK-OFFSET
238 syn keyword forthBlocks SAVE-BUFFERS SAVE-BUFFER FLUSH THRU +LOAD +THRU
H A Dabap.vim50 syn keyword abapStatement LEAVE LIKE LOAD LOCAL LOOP
H A Dfgl.vim60 syn keyword fglKeyword LINENO LINES LOAD LOCATE LOCK LOG LOG10 LOGN LONG LOW

Completed in 193 milliseconds

12