Home
last modified time | relevance | path

Searched refs:brw (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libssl/
H A Dd1_pkt.c134 int ret, sat, brw, i; in satsub64be() local
160 brw = ret >> 8; /* brw is either 0 or -1 */ in satsub64be()
163 brw += (int)v1[i]-(int)v2[i]; in satsub64be()
164 sat |= ~brw; in satsub64be()
165 brw >>= 8; in satsub64be()
169 brw += (int)v1[i]-(int)v2[i]; in satsub64be()
170 sat |= brw; in satsub64be()
171 brw >>= 8; in satsub64be()
174 brw <<= 8; /* brw is either 0 or -256 */ in satsub64be()
177 return brw | 0x80; in satsub64be()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-vax.texi232 @kbd{brw @dots{}}
249 @kbd{b@var{NOTCOND} foo ; brw @dots{} ; foo:}
277 foo: brw @var{destination} ;
299 foo: brw @var{destination} ;
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-vax.texi232 @kbd{brw @dots{}}
249 @kbd{b@var{NOTCOND} foo ; brw @dots{} ; foo:}
277 foo: brw @var{destination} ;
299 foo: brw @var{destination} ;
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td1750 "brw $RA, $RS", IIC_IntRotate,
1756 "brw $RA, $RS", IIC_IntRotate, []>;
/openbsd/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-92972513 * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-92972513 * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.