Home
last modified time | relevance | path

Searched defs:SUB (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.4.1.f9010 SUBROUTINE SUB(X, NPOINTS) subroutine
25 END SUBROUTINE SUB argument
H A Da.28.2.f9011 SUBROUTINE SUB() subroutine
15 END SUBROUTINE SUB argument
H A Da.28.1.f903 SUBROUTINE SUB() subroutine
6 END SUBROUTINE SUB argument
/openbsd-src/gnu/gcc/gcc/
H A Dtree-data-ref.h192 #define SUB_CONFLICTS_IN_A(SUB) SUB->conflicting_iterations_in_a argument
193 #define SUB_CONFLICTS_IN_B(SUB) SUB->conflicting_iterations_in_b argument
194 #define SUB_LAST_CONFLICT(SUB) SUB->last_conflict argument
195 #define SUB_DISTANCE(SUB) SUB->distance argument
H A Dgcov-io.h364 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \ argument
369 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c8 SUB, enumerator
H A D920625-1.c5 typedef enum { ADD, ADD_CI, ADD_CO, ADD_CIO, SUB, SUB_CI, SUB_CO, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.h73 SUB, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h25 SUB = 0x02, enumerator
/openbsd-src/bin/expr/
H A Dexpr.c37 OR, AND, EQ, LT, GT, ADD, SUB, MUL, DIV, MOD, MATCH, RP, LP, enumerator
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py51 SUB = 26 # Same as CAN. variable
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp60 SUB = 0x40000033, enumerator
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h261 #define SUB ADD+4 macro
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h260 #define SUB ADD+4 macro
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h240 SUB, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h396 SUB, enumerator
/openbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c570 #define SUB 0x02, 0x20, 20, 7 /* SUBTRACT */ macro
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h839 SUB, enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp4394 template<class T> ALWAYS_INLINE T SUB(const T &a, const T&b) { return a - b; } in SUB() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15097 SDValue SUB = ABS->getOperand(0); in performVecReduceAddCombineWithUADDLP() local
17548 static SDValue performAddCombineSubShift(SDNode *N, SDValue SUB, SDValue Z, in performAddCombineSubShift()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2568 SDValue SUB = DAG.getNode(ISD::SUB, dl, in visitSwitchCase() local