Searched refs:low32 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h451 inline __device__ unsigned __funnelshift_l(unsigned low32, unsigned high32, argument
456 : "r"(low32), "r"(high32), "r"(shiftWidth));
459 inline __device__ unsigned __funnelshift_lc(unsigned low32, unsigned high32, argument
464 : "r"(low32), "r"(high32), "r"(shiftWidth));
467 inline __device__ unsigned __funnelshift_r(unsigned low32, unsigned high32, argument
472 : "r"(low32), "r"(high32), "r"(shiftWidth));
475 inline __device__ unsigned __funnelshift_rc(unsigned low32, unsigned high32, argument
480 : "r"(low32), "r"(high32), "r"(shiftWidth));
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-sparc.c1092 int low32, rd, opc;
1112 low32 = the_insn.exp.X_add_number;
1114 if (low32 >= 0)
1124 if (low32 < -(1 << 12))
1129 low32 = 0x1c00 | (low32 & 0x3ff);
1134 | (low32 & 0x1fff));
1084 int low32, rd, opc; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sparc.c1092 int low32, rd, opc;
1112 low32 = the_insn.exp.X_add_number;
1114 if (low32 >= 0)
1124 if (low32 < -(1 << 12))
1129 low32 = 0x1c00 | (low32 & 0x3ff);
1134 | (low32 & 0x1fff));
1084 int low32, rd, opc; local

Completed in 87 milliseconds