/openbsd/sys/arch/m88k/m88k/ |
H A D | subr.S | 194 #define SRC %r2 macro 382 #define SRC %r2 macro 431 #define SRC %r2 macro 502 #define SRC %r2 macro 704 #define SRC %r2 macro
|
/openbsd/sys/lib/libkern/arch/m88k/ |
H A D | copy_subr.S | 39 #define SRC %r3 macro 43 #define SRC %r2 macro
|
/openbsd/regress/sys/ddb/ |
H A D | Makefile | 6 SRC= ${.CURDIR}/../../.. macro
|
/openbsd/regress/lib/libssl/pqueue/ |
H A D | Makefile | 4 SRC= ${.CURDIR}/../../../../lib/libssl macro
|
/openbsd/distrib/notes/ |
H A D | Makefile | 11 SRC= $(.CURDIR)/INSTALL macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-incpath.c | 39 # define INO_T_COPY(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof (SRC)) argument 46 # define INO_T_COPY(DEST, SRC) (DEST) = (SRC) argument
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | h8300.h | 102 SRC = 0x10000, enumerator 475 #define MOVFROM_STD(CODE, PREFIX, NAME, SRC, SRC_INFIX) \ argument 493 #define MOVFROM_AD(CODE, PREFIX, NAME, SRC, SRC_INFIX, SRC_SUFFIX) \ argument 511 #define MOVFROM_IMM8(CODE, PREFIX, NAME, SRC) \ argument 529 #define MOVFROM_IMM(CODE, PREFIX, NAME, SRC, LIST) \ argument 547 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument 586 #define EXPAND2_STD_SRC(CODE, WEIGHT, NAME, SRC, PREFIX, NIB1, NIB2) \ argument 618 #define EXPAND2_STD_IMM(CODE, WEIGHT, NAME, SRC, PREFIX, OPCODE, IGN, IMMLIST) \ argument 634 #define EXPAND2_STD_ABSDISP(CODE, WEIGHT, NAME, SRC, PREFIX, DSTLIST, NIB1, NIB2) \ argument 667 #define EXPAND3_STD_SRC(CODE, WEIGHT, NAME, SRC, PREFIX, INFIX, OPCODE) \ argument [all …]
|
H A D | tic54x.h | 100 #define SRC(OP) ((OP)&0x200) macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | h8300.h | 103 SRC = 0x10000, enumerator 476 #define MOVFROM_STD(CODE, PREFIX, NAME, SRC, SRC_INFIX) \ argument 494 #define MOVFROM_AD(CODE, PREFIX, NAME, SRC, SRC_INFIX, SRC_SUFFIX) \ argument 512 #define MOVFROM_IMM8(CODE, PREFIX, NAME, SRC) \ argument 530 #define MOVFROM_IMM(CODE, PREFIX, NAME, SRC, LIST) \ argument 548 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument 587 #define EXPAND2_STD_SRC(CODE, WEIGHT, NAME, SRC, PREFIX, NIB1, NIB2) \ argument 619 #define EXPAND2_STD_IMM(CODE, WEIGHT, NAME, SRC, PREFIX, OPCODE, IGN, IMMLIST) \ argument 635 #define EXPAND2_STD_ABSDISP(CODE, WEIGHT, NAME, SRC, PREFIX, DSTLIST, NIB1, NIB2) \ argument 668 #define EXPAND3_STD_SRC(CODE, WEIGHT, NAME, SRC, PREFIX, INFIX, OPCODE) \ argument [all …]
|
H A D | tic54x.h | 100 #define SRC(OP) ((OP)&0x200) macro
|
H A D | maxq.h | 1033 SRC, enumerator
|
/openbsd/lib/libelf/ |
H A D | _libelf.h | 175 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ argument 183 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \ argument
|
/openbsd/lib/libcurses/tinfo/ |
H A D | obsolete.c | 81 #define SRC ((const char *)s2) macro
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-elf.h | 195 #define OBJ_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | check-init.c | 77 #define COPYN(DST, SRC, NWORDS) memcpy (DST, SRC, NWORDS * sizeof(word)) argument 78 #define COPY(DST, SRC) COPYN (DST, SRC, num_current_words) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-elf.h | 202 #define OBJ_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ argument
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 1538 if (CodeGenRegisterClass *SRC = RC.getSubClassWithSubReg(&Idx)) in runTargetDesc() local 1874 for (const CodeGenRegisterClass &SRC : RegBank.getRegClasses()) { in debugDump() local 1881 for (const CodeGenRegisterClass *SRC : RC.getSuperClasses()) { in debugDump() local
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppinit.c | 36 # define INO_T_COPY(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof (SRC)) argument 43 # define INO_T_COPY(DEST, SRC) (DEST) = (SRC) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | maxq-dis.c | 42 #define SRC 0x01 macro
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | AMDHSAKernelDescriptor.h | 37 #define AMDHSA_BITS_GET(SRC, MSK) ((SRC & MSK) >> MSK ## _SHIFT) argument
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 570 const TargetRegisterClass *SRC = in EmitSubregNode() local 656 const TargetRegisterClass *SRC = in EmitRegSequence() local
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1095 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF); in visitLoadInst() local 1107 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF); in visitStoreInst() local 1170 GenericValue SRC = getOperandValue(SF.Caller->getCalledOperand(), SF); in visitCallBase() local
|
/openbsd/gnu/gcc/gcc/config/crx/ |
H A D | crx.h | 167 #define HARD_REGNO_RENAME_OK(SRC, DEST) \ argument
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.h | 105 #define DUP_TYPE_OBJC_INFO(DST, SRC) \ argument
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 282 const TargetRegisterClass *SRC = MRI->getRegClass(SrcReg); in INITIALIZE_PASS_DEPENDENCY() local
|