Home
last modified time | relevance | path

Searched refs:C8 (Results 1 – 25 of 100) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.c3966 #define C8 8 macro
4291 SR_CORE ("dbgbvr8_el1", CPENC (2,0,C0,C8,4), 0),
4307 SR_CORE ("dbgbcr8_el1", CPENC (2,0,C0,C8,5), 0),
4323 SR_CORE ("dbgwvr8_el1", CPENC (2,0,C0,C8,6), 0),
4339 SR_CORE ("dbgwcr8_el1", CPENC (2,0,C0,C8,7), 0),
4352 SR_CORE ("dbgclaimset_el1", CPENC (2,0,C7,C8,6), 0),
4383 SR_CORE ("pmevcntr0_el0", CPENC (3,3,C14,C8,0), 0),
4384 SR_CORE ("pmevcntr1_el0", CPENC (3,3,C14,C8,1), 0),
4385 SR_CORE ("pmevcntr2_el0", CPENC (3,3,C14,C8,2), 0),
4386 SR_CORE ("pmevcntr3_el0", CPENC (3,3,C14,C8,3), 0),
[all …]
H A Dia64-opc-m.c1851 {"ldfps", LD (0x02, 0, C8)},
1852 {"ldfps.nt1", LD (0x02, 1, C8)},
1853 {"ldfps.nta", LD (0x02, 3, C8)},
1860 {"ldfps.s", LD (0x06, 0, C8)},
1861 {"ldfps.s.nt1", LD (0x06, 1, C8)},
1862 {"ldfps.s.nta", LD (0x06, 3, C8)},
1869 {"ldfps.a", LD (0x0a, 0, C8)},
1870 {"ldfps.a.nt1", LD (0x0a, 1, C8)},
1871 {"ldfps.a.nta", LD (0x0a, 3, C8)},
1878 {"ldfps.sa", LD (0x0e, 0, C8)},
[all …]
H A Dia64-opc.h49 #define C8 IA64_OPND_C8 macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c215 UINT256 M256, C4, C8; in bid64_sqrt()
446 C8.w[0] = CS.w[0] << 3; in bid64_sqrt()
447 C8.w[1] = 0; in bid64_sqrt()
450 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2); in bid64_sqrt()
452 __mul_64x128_low (C8, C8.w[0], mul_factor2_long); in bid64_sqrt()
456 __sub_borrow_out (M256.w[0], Carry, M256.w[0], C8.w[0]); in bid64_sqrt()
457 M256.w[1] = M256.w[1] - C8.w[1] - Carry; in bid64_sqrt()
472 C8.w[0] = CSM.w[0] << 1; in bid64_sqrt()
476 C8.w[1] = 0; in bid64_sqrt()
479 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2); in bid64_sqrt()
[all …]
H A Dbid128_sqrt.c35 UINT256 M256, C256, C4, C8;
178 C8.w[1] = (CS.w[1] << 3) | (CS.w[0] >> 61);
179 C8.w[0] = CS.w[0] << 3;
181 __sub_borrow_out (M256.w[0], Carry, M256.w[0], C8.w[0]);
182 __sub_borrow_in_out (M256.w[1], Carry, M256.w[1], C8.w[1], Carry);
204 C8.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63);
205 C8.w[0] = CS.w[0] << 1;
213 __sub_borrow_out (M256.w[0], Carry, M256.w[0], C8.w[0]);
214 __sub_borrow_in_out (M256.w[1], Carry, M256.w[1], C8.w[1], Carry);
246 __add_carry_out (M256.w[0], Carry, M256.w[0], C8.w[0]);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c215 UINT256 M256, C4, C8; in bid64_sqrt()
446 C8.w[0] = CS.w[0] << 3; in bid64_sqrt()
447 C8.w[1] = 0; in bid64_sqrt()
450 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2); in bid64_sqrt()
452 __mul_64x128_low (C8, C8.w[0], mul_factor2_long); in bid64_sqrt()
456 __sub_borrow_out (M256.w[0], Carry, M256.w[0], C8.w[0]); in bid64_sqrt()
457 M256.w[1] = M256.w[1] - C8.w[1] - Carry; in bid64_sqrt()
472 C8.w[0] = CSM.w[0] << 1; in bid64_sqrt()
476 C8.w[1] = 0; in bid64_sqrt()
479 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2); in bid64_sqrt()
[all …]
H A Dbid128_sqrt.c35 UINT256 M256, C256, C4, C8;
178 C8.w[1] = (CS.w[1] << 3) | (CS.w[0] >> 61);
179 C8.w[0] = CS.w[0] << 3;
181 __sub_borrow_out (M256.w[0], Carry, M256.w[0], C8.w[0]);
182 __sub_borrow_in_out (M256.w[1], Carry, M256.w[1], C8.w[1], Carry);
204 C8.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63);
205 C8.w[0] = CS.w[0] << 1;
213 __sub_borrow_out (M256.w[0], Carry, M256.w[0], C8.w[0]);
214 __sub_borrow_in_out (M256.w[1], Carry, M256.w[1], C8.w[1], Carry);
246 __add_carry_out (M256.w[0], Carry, M256.w[0], C8.w[0]);
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-opc.c4867 #define C8 8 macro
4990 { "s1e1r", CPENS (0, C7, C8, 0), F_HASXT, AARCH64_NO_FEATURES },
4991 { "s1e1w", CPENS (0, C7, C8, 1), F_HASXT, AARCH64_NO_FEATURES },
4992 { "s1e0r", CPENS (0, C7, C8, 2), F_HASXT, AARCH64_NO_FEATURES },
4993 { "s1e0w", CPENS (0, C7, C8, 3), F_HASXT, AARCH64_NO_FEATURES },
4994 { "s12e1r", CPENS (4, C7, C8, 4), F_HASXT, AARCH64_NO_FEATURES },
4995 { "s12e1w", CPENS (4, C7, C8, 5), F_HASXT, AARCH64_NO_FEATURES },
4996 { "s12e0r", CPENS (4, C7, C8, 6), F_HASXT, AARCH64_NO_FEATURES },
4997 { "s12e0w", CPENS (4, C7, C8, 7), F_HASXT, AARCH64_NO_FEATURES },
4998 { "s1e2r", CPENS (4, C7, C8, 0), F_HASXT, AARCH64_NO_FEATURES },
[all …]
H A Dia64-opc-m.c1851 {"ldfps", LD (0x02, 0, C8)},
1852 {"ldfps.nt1", LD (0x02, 1, C8)},
1853 {"ldfps.nta", LD (0x02, 3, C8)},
1860 {"ldfps.s", LD (0x06, 0, C8)},
1861 {"ldfps.s.nt1", LD (0x06, 1, C8)},
1862 {"ldfps.s.nta", LD (0x06, 3, C8)},
1869 {"ldfps.a", LD (0x0a, 0, C8)},
1870 {"ldfps.a.nt1", LD (0x0a, 1, C8)},
1871 {"ldfps.a.nta", LD (0x0a, 3, C8)},
1878 {"ldfps.sa", LD (0x0e, 0, C8)},
[all …]
H A Dia64-opc.h49 #define C8 IA64_OPND_C8 macro
/netbsd-src/lib/libm/src/
H A De_coshl.c58 C8 = 2.4801587301767953e-5, /* 0x1a01a01a027061.0p-68 */ variable
71 C8 = 2.48015873015873015873015871870962089e-5L, /* 0x1a01a01a01a01a01a01a017af2756.0p-128L */ variable
116 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
121 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl()
H A Dk_sincosl.h101 C8 = -0.1561920696721507929516718307820958119868e-15, variable
133 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11)))))))))); in __kernel_sincosl()
/netbsd-src/lib/libm/ld128/
H A Dk_cosl.c40 C8 = -1.56192069685858079920640872925306403e-16L, variable
53 z*(C8+z*(C9+z*(C10+z*(C11+z*C12))))))))))); in __kernel_cosl()
H A Ds_expl.c147 C8 = 2.48015873015873015873015112487849040e-5L, variable
244 x * (C7 + x * (C8 + x * (C9 + x * (C10 + in expm1l()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A Dcyrillic.utf837 11:49:46:19:2A:4E:4D:D1:C8:FB:79:55:3D:81:99:22:EE:34:4F:22
39 keyid:11:49:46:19:2A:4E:4D:D1:C8:FB:79:55:3D:81:99:22:EE:34:4F:22
H A Dcyrillic.msb37 11:49:46:19:2A:4E:4D:D1:C8:FB:79:55:3D:81:99:22:EE:34:4F:22
39 keyid:11:49:46:19:2A:4E:4D:D1:C8:FB:79:55:3D:81:99:22:EE:34:4F:22
H A Dee-ed25519.pem24 9B:1F:5E:ED:ED:04:33:85:E4:F7:BC:62:3C:59:75:B9:0B:C8:BB:3B
H A DembeddedSCTs3.sct28 3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A Dee-ed25519.pem24 9B:1F:5E:ED:ED:04:33:85:E4:F7:BC:62:3C:59:75:B9:0B:C8:BB:3B
H A DembeddedSCTs3.sct28 3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
H A Dcyrillic.utf836 11:49:46:19:2A:4E:4D:D1:C8:FB:79:55:3D:81:99:22:EE:34:4F:22
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td159 // Define C8 separately and make it aliased with USR.
164 def C8: Rc<8, "c8", [], [USR]>, DwarfRegNum<[75]>;
185 // Use C8 instead of USR as a subregister of C9_8.
186 def C9_8 : Rcc<8, "c9:8", [C8, PC]>, DwarfRegNum<[74]>;
399 (add LC0, SA0, LC1, SA1, P3_0, C5, C8, PC, UGP, GP, CS0, CS1,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td223 def C8 : Ri< 8, "C8">;
308 def C8_C9 : Rdi<8, "C8", [C8, C9]>;
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DCombining.txt29 09C7..09C8 (2 chars)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.h35 MAP(C8, 72) \

1234