Home
last modified time | relevance | path

Searched refs:xw (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/int/
Di31_decmod.c86 uint32_t xw; in br_i31_decode_mod() local
88 xw = acc & (uint32_t)0x7FFFFFFF; in br_i31_decode_mod()
93 x[v] = r & xw; in br_i31_decode_mod()
97 cc = (uint32_t)CMP(xw, m[v]); in br_i31_decode_mod()
102 r = MUX(EQ(xw, 0), r, 1); in br_i31_decode_mod()
Di15_decmod.c86 uint32_t xw; in br_i15_decode_mod() local
88 xw = acc & (uint32_t)0x7FFF; in br_i15_decode_mod()
93 x[v] = r & xw; in br_i15_decode_mod()
97 cc = (uint32_t)CMP(xw, m[v]); in br_i15_decode_mod()
102 r = MUX(EQ(xw, 0), r, 1); in br_i15_decode_mod()
Di32_muladd.c109 uint32_t mw, zw, xw, nxw; in br_i32_muladd_small() local
116 xw = x[u]; in br_i32_muladd_small()
117 nxw = xw - zw; in br_i32_muladd_small()
118 cc += (uint64_t)GT(nxw, xw); in br_i32_muladd_small()
Di31_muladd.c129 uint32_t mw, zw, xw, nxw; in br_i31_muladd_small() local
136 xw = x[u]; in br_i31_muladd_small()
137 nxw = xw - zw; in br_i31_muladd_small()
Di15_muladd.c148 uint32_t mw, zl, xw, nxw; in br_i15_muladd_small() local
154 xw = x[u]; in br_i15_muladd_small()
155 nxw = xw - zl; in br_i15_muladd_small()
/freebsd-12-stable/gnu/usr.bin/binutils/ld/
Dgenscripts.sh159 COMBRELOC=ldscripts/${EMULATION_NAME}.xw.tmp
163 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xw
DMakefile3 ELF_SCR_EXT= x xbn xc xd xdc xdw xn xr xs xsc xsw xu xw
/freebsd-12-stable/contrib/binutils/ld/
Dgenscripts.sh298 COMBRELOC=ldscripts/${EMULATION_NAME}.xw.tmp
302 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xw
/freebsd-12-stable/secure/caroot/trusted/
DHARICA_TLS_RSA_Root_CA_2021.pem135 xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU
/freebsd-12-stable/contrib/binutils/ld/emultempl/
Delf32.em1670 sed $sc ldscripts/${EMULATION_NAME}.xw >> e${EMULATION_NAME}.c
1733 return "ldscripts/${EMULATION_NAME}.xw";
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc242 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xw
255 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xw
268 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xw
281 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xw
294 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xw
307 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xw
320 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xw
333 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xw
346 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xw
359 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xw
[all …]
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.info-14344 at address `0x54320'. `x/4xw $sp' prints the four words (`w') of
4351 specifications `4xw' and `4wx' mean exactly the same thing. (However,
Dgdb.texinfo5140 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5147 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.