Searched refs:xw (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/bearssl/src/int/ |
| D | i31_decmod.c | 86 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()
|
| D | i15_decmod.c | 86 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()
|
| D | i32_muladd.c | 109 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()
|
| D | i31_muladd.c | 129 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()
|
| D | i15_muladd.c | 148 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/ |
| D | genscripts.sh | 159 COMBRELOC=ldscripts/${EMULATION_NAME}.xw.tmp 163 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xw
|
| D | Makefile | 3 ELF_SCR_EXT= x xbn xc xd xdc xdw xn xr xs xsc xsw xu xw
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | genscripts.sh | 298 COMBRELOC=ldscripts/${EMULATION_NAME}.xw.tmp 302 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xw
|
| /freebsd-12-stable/secure/caroot/trusted/ |
| D | HARICA_TLS_RSA_Root_CA_2021.pem | 135 xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU
|
| /freebsd-12-stable/contrib/binutils/ld/emultempl/ |
| D | elf32.em | 1670 sed $sc ldscripts/${EMULATION_NAME}.xw >> e${EMULATION_NAME}.c 1733 return "ldscripts/${EMULATION_NAME}.xw";
|
| /freebsd-12-stable/tools/build/mk/ |
| D | OptionalObsoleteFiles.inc | 242 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/ |
| D | gdb.info-1 | 4344 at address `0x54320'. `x/4xw $sp' prints the four words (`w') of 4351 specifications `4xw' and `4wx' mean exactly the same thing. (However,
|
| D | gdb.texinfo | 5140 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four 5147 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
|