Searched refs:v8 (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/sys/netgraph/
H A Dng_patch.c242 conf->ops[i].val.v8 = conf->ops[i].val.v1;
245 conf->ops[i].val.v8 = conf->ops[i].val.v2;
248 conf->ops[i].val.v8 = conf->ops[i].val.v4;
268 conf->ops[i].val.v1 = (uint8_t) conf->ops[i].val.v8;
271 conf->ops[i].val.v2 = (uint16_t) conf->ops[i].val.v8;
274 conf->ops[i].val.v4 = (uint32_t) conf->ops[i].val.v8;
498 val.v8 = be64toh(val.v8);
503 val.v8 = privp->conf->ops[i].val.v8;
[all...]
H A Dng_patch.h102 uint64_t v8; member in union:ng_patch_op_val
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DARM64_DWARF_Registers.h65 v8, enumerator in enum:arm64_dwarf::__anon1618
H A DARM64_ehframe_Registers.h64 v8, enumerator in enum:arm64_ehframe::__anon1620
/freebsd-11-stable/sys/dev/altera/avgen/
H A Daltera_avgen.c82 uint64_t v8; local
123 v8 = bus_read_8(sc->avg_res, offset);
124 error = uiomove(&v8, sizeof(v8), uio);
144 uint64_t v8; local
188 error = uiomove(&v8, sizeof(v8), uio);
191 bus_write_8(sc->avg_res, offset, v8);
/freebsd-11-stable/sys/mips/mips/
H A Dstdatomic.c77 uint8_t v8[4]; member in union:__anon8079
105 r->v8[offset] = val;
114 return (r->v8[offset]);
128 r->v8[offset] = bytes.out[0];
129 r->v8[offset + 1] = bytes.out[1];
142 bytes.in[0] = r->v8[offset];
143 bytes.in[1] = r->v8[offset + 1];
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h73 #define v8 8 macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsparc-opc.c51 to be a superset of v8. Unimplemented insns trap and are then theoretically
55 recognizes all v8 insns. */
56 #define v8 (MASK_V8 | MASK_SPARCLET | MASK_SPARCLITE \ macro
77 { "v8", MASK_V6 | MASK_V7 | MASK_V8 },
80 /* ??? Don't some v8 priviledged insns conflict with v9? */
703 { "flush", F3(2, 0x3b, 0), F3(~2, ~0x3b, ~0)|ASI(~0), "1+2", 0, v8 },
704 { "flush", F3(2, 0x3b, 0), F3(~2, ~0x3b, ~0)|ASI_RS2(~0), "1", 0, v8 }, /* flush rs1+%g0 */
705 { "flush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1)|SIMM13(~0), "1", 0, v8 }, /* flush rs1+0 */
706 { "flush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1)|RS1_G0, "i", 0, v8 }, /* flush %g0+i */
707 { "flush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1), "1+i", 0, v8 },
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dstdatomic.c364 uint8_t v8[4]; member in union:__anon7175
392 r->v8[offset] = val;
401 return (r->v8[offset]);
415 r->v8[offset] = bytes.out[0];
416 r->v8[offset + 1] = bytes.out[1];
429 bytes.in[0] = r->v8[offset];
430 bytes.in[1] = r->v8[offset + 1];
/freebsd-11-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_basic.c36 u_char v8; local
184 ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0);
185 ASSERT_U8_EQ(v8, 0x11);
187 ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0);
188 ASSERT_U8_EQ(v8, 0x22);
194 r = sshbuf_get_u8(p1, &v8);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_asn1.c132 int v7 = 0, v8 = 0; local
317 v8);
359 v8);
/freebsd-11-stable/lib/msun/ld128/
H A De_lgammal_r.c128 v8 = 2.86424622754753198010525786005443539e-02L, variable
294 y*(v8+y*(v9+y*(v10+y*v11))))))))));
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl99 srln $len, 0, $len ! needed on v8+, "nop" on v9
200 srln $len, 0, $len ! needed on v8+, "nop" on v9
308 srln $len, 0, $len ! needed on v8+, "nop" on v9
460 srln $len, 0, $len ! needed on v8+, "nop" on v9
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp142 uint32_t v8[4]; member in struct:_VMX
H A DRegisterInfos_powerpc.h138 DEFINE_VMX(v8, LLDB_INVALID_REGNUM), \
H A DRegisterInfos_arm64.h620 DEFINE_VREG(v8),
654 DEFINE_FPU_PSEUDO(s8, 4, FPU_S_PSEUDO_REG_ENDIAN_OFFSET, v8),
687 DEFINE_FPU_PSEUDO(d8, 8, FPU_D_PSEUDO_REG_ENDIAN_OFFSET, v8),
H A DRegisterContextDarwin_arm64.cpp792 case arm64_dwarf::v8:
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl189 vspltisb v8,4 # 0x04..04
235 vsrb v1, v0, v8 # vpsrlb \$4, %xmm0, %xmm0
267 vsrb v1, v0, v8 # vpsrlb \$4, %xmm0, %xmm0 # 1 = i
406 vspltisb v8,4 # 0x04..04
450 vsrb v1, v0, v8 # vpsrlb \$4, %xmm0, %xmm0
499 vsrb v1, v0, v8 # vpsrlb \$4, %xmm0, %xmm0 # 1 = i
878 vspltisb v8,4 # 0x04..04
1232 vsrb v0, v0, v8 # vpsrlb \$4, %xmm0, %xmm0 # 1 = i
1268 vsrb v2, v0, v8 # vpsrlb \$4, %xmm0, %xmm0
1332 vsrb v1, v0, v8 # vpsrl
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c278 uint8_t v8; local
306 v8 = ocs_config_read8(ocs, req->offset);
307 req->data = v8;
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S49 bne .v8
69 .v8: fmovs %f1,%f31
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl40 srln $len, 0, $len ! needed on v8+, "nop" on v9
258 srln $len, 0, $len ! needed on v8+, "nop" on v9
618 srln $len, 0, $len ! needed on v8+, "nop" on v9
922 srln $len, 0, $len ! needed on v8+, "nop" on v9
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl450 srln $len,0,$len ! needed on v8+, "nop" on v9
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c229 enum sparc_arch_types {v6, v7, v8, sparclet, sparclite, sparc86x, v8plus,
244 { "v8", "v8", v8, 32, 1 },
257 { NULL, NULL, v8, 0, 0 }
228 enum sparc_arch_types {v6, v7, v8, sparclet, sparclite, sparc86x, v8plus, enumerator in enum:sparc_arch_types
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk130 # armv6: (any arm v7 or v8 processor you are targeting and the arm1176jzf-s)
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S671 SAVE_VECTOR_UNALIGNED( %v8, 424+0x080)

Completed in 254 milliseconds

12