Searched refs:CODE (Results 101 - 110 of 110) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm24 _TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daes-parisc.pl75 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1408 ECase(CODE);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp806 #define VISITCOMP(CODE, UI, SI, FP, SIG) \
807 Value *VisitBin##CODE(const BinaryOperator *E) { \
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.c848 /* Nonzero if CODE, a comparison, is suitable for use in v9 conditional move
1948 /* X and Y are two things to compare using CODE. Emit the compare insn and
2019 CODE is the code for an Scc's comparison.
2124 CODE and jump target LABEL.
6664 CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified.
6665 For `%' followed by punctuation, CODE is the punctuation and X is null. */
7895 #define def_builtin(NAME, CODE, TYPE) \
7896 lang_hooks.builtin_function((NAME), (TYPE), (CODE), BUILT_IN_MD, NULL, \
/freebsd-12-stable/contrib/gcc/config/arm/
H A Darm.c1641 /* Return true if I is a valid constant for the operation CODE. */
1667 CODE is the code of the operation required, it can be any of SET, PLUS,
1708 /* Currently SET is the only monadic value for CODE, all
1795 /* Find out which operations are safe for a given CODE. Also do a quick
6825 /* X and Y are two things to compare using CODE. Emit the compare insn and
11000 /* If CODE is 'd', then the X is a condition operand and the instruction
11002 if CODE is 'D', then the X is a condition operand and the instruction
11009 If CODE is 'N' then X is a floating point operand that must be negated
11011 If CODE is 'B' then output a bitwise inverted value of X (a const int).
11012 If X is a REG and CODE i
[all...]
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-mips.c3457 INSERT_OPERAND (CODE, insn, va_arg (args, int));
9284 INSERT_OPERAND (CODE, *ip, imm_expr.X_add_number);
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c22463 #define SimulateIOError(CODE) \
22466 { local_ioerr(); CODE; }
22472 #define SimulateDiskfullError(CODE) \
22478 CODE; \
24805 #define SimulateIOError(CODE) \
24808 { local_ioerr(); CODE; }
24814 #define SimulateDiskfullError(CODE) \
24820 CODE; \
[all...]
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c7515 CODE is the operand print code from the output string. */
7873 If CODE is 'w', pretend the mode is HImode.
7874 If CODE is 'b', pretend the mode is QImode.
7875 If CODE is 'k', pretend the mode is SImode.
7876 If CODE is 'q', pretend the mode is DImode.
7877 If CODE is 'h', pretend the reg is the 'high' byte register.
7878 If CODE is 'y', print "st(0)" instead of "st", if the reg is stack op. */
8004 /* Meaning of CODE:
10377 /* Split comparison code CODE into comparisons we can do using branch
10742 /* Return true if the CODE wil
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c75 ** BEGIN CODE GENERATED BY tool/mkctime.tcl
781 ** END CODE GENERATED BY tool/mkctime.tcl
[all...]

Completed in 1110 milliseconds

12345