Home
last modified time | relevance | path

Searched defs:C8 (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dempty2.C46 struct C8 : B1, B2, B3, B4, B5, B6, B7, B8 struct
58 struct D8 : virtual C8 {}; argument
/openbsd-src/lib/libm/src/ld128/
H A Dk_cosl.c43 C8 = -0.1561920696721507929516718307820958119868e-15, variable
H A Dk_sincosl.h33 C8 = -0.1561920696721507929516718307820958119868e-15, variable
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc.h49 #define C8 IA64_OPND_C8 macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc.h50 #define C8 IA64_OPND_C8 macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtl.h432 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) \ argument
443 #define RTL_FLAG_CHECK9(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8, C9) \ argument
469 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) (RTX) argument
470 #define RTL_FLAG_CHECK9(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8, C9) (RTX) argument
/openbsd-src/gnu/gcc/gcc/
H A Drtl.h646 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) \ argument
671 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) (RTX) argument
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3745 SDValue C8 = CurDAG->getConstant(8, DL, MVT::i8); in matchBitExtract() local