Searched refs:yh (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | ieee754-df.S | 50 #define yh r3 macro 54 #define yh r2 macro 83 eor yh, yh, #0x80000000 @ flip sign bit of second arg 95 mov r5, yh, lsl #1 112 eor yh, xh, yh 114 eor xh, yh, xh 116 eor yh, xh, yh 133 tst yh, #0x80000000 134 mov yh, yh, lsl #12 135 orr yh, ip, yh, lsr #12 [all …]
|
| /freebsd-12-stable/contrib/gcc/config/soft-fp/ |
| D | op-2.h | 172 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 173 (rh = xh + yh + ((rl = xl + yl) < xl)) 176 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 177 (rh = xh - yh - ((rl = xl - yl) > xl)) 180 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 183 xh -= yh + ((xl -= yl) > _t); \ 196 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl) argument
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | keyword-gen.c | 732 FILE * yh; in populate_symb() local 737 yh = fopen(header_file, "r"); in populate_symb() 738 if (NULL == yh) { in populate_symb() 743 while (NULL != fgets(line, sizeof(line), yh)) in populate_symb() 757 fclose(yh); in populate_symb()
|
| /freebsd-12-stable/contrib/bearssl/src/ |
| D | inner.h | 956 uint32_t yl, yh; in MUL31_lo() local 961 yh = (y >> 16) | (uint32_t)0x80000000; in MUL31_lo() 962 return (xl * yl + ((xl * yh + xh * yl) << 16)) & (uint32_t)0x7FFFFFFF; in MUL31_lo()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| D | AVRRegisterInfo.td | 73 def R29 : AVRReg<29, "r29", [], ["yh"]>, DwarfRegNum<[29]>;
|
| /freebsd-12-stable/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| D | t_netpgpverify.sh | 2268 WytTZdltvd2KXA0XPluFVS8HLSD69xaXDAZBXG34UJG06wAk7TKHhZJIKzS20/yh
|