Home
last modified time | relevance | path

Searched refs:low32 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssl/engines/vendor_defns/
HDcswift.h37 SW_U32 low32; member
44 SW_U32 low32;
/NextBSD/contrib/binutils/gas/config/
HDtc-sparc.c1094 int low32, rd, opc; local
1114 low32 = the_insn.exp.X_add_number;
1116 if (low32 >= 0)
1126 if (low32 < -(1 << 12))
1131 low32 = 0x1c00 | (low32 & 0x3ff);
1136 | (low32 & 0x1fff));