HomeSort by relevance Sort by last modified time
    Searched full:lsw (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/none/tests/ppc32/
lsw.vgtest 1 prog: lsw
Makefile.am 17 lsw.stderr.exp lsw.stdout.exp lsw.vgtest \
53 lsw jm-insns round \
  /external/valgrind/none/tests/ppc64/
lsw.vgtest 2 prog: lsw
Makefile.am 12 lsw.stderr.exp lsw.stdout.exp lsw.vgtest \
42 lsw jm-insns round \
  /art/runtime/interpreter/mterp/x86/
op_const_wide.S 2 movl 2(rPC), %eax # eax <- lsw
op_const_wide_16.S 6 SET_VREG %eax, rINST # store lsw
op_const_wide_32.S 6 SET_VREG %eax, rINST # store lsw
  /external/rmi4utils/rmi4update/
firmware_image.cpp 31 unsigned long lsw = checksum & 0xFFFF; local
35 lsw += *data++;
36 msw += lsw;
37 lsw = (lsw & 0xffff) + (lsw >> 16);
41 checksum = msw << 16 | lsw;
  /external/vboot_reference/firmware/lib/include/
utility.h 40 * Combine [msw] and [lsw] uint16s to a uint32_t with its [msw] and [lsw]
43 #define CombineUint16Pair(msw,lsw) (((uint32_t)(msw) << 16) | \
44 (((lsw)) & 0xFFFF))
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 31 u_int32_t lsw; member in struct:__anon1152::__anon1153
44 u_int32_t lsw; member in struct:__anon1154::__anon1155
58 (ix1) = ew_u.parts.lsw; \
  /toolchain/binutils/binutils-2.25/libiberty/
copysign.c 31 unsigned long lsw; member in struct:__anon76247::__anon76250
74 unsigned long lsw; member in struct:__anon76251::__anon76254
  /device/google/contexthub/lib/libm/
fdlibm.h 260 __uint32_t lsw; member in struct:__anon3116::__anon3117
273 __uint32_t lsw; member in struct:__anon3118::__anon3119
287 (ix1) = ew_u.parts.lsw; \
305 (i) = gl_u.parts.lsw; \
314 iw_u.parts.lsw = (ix1); \
334 sl_u.parts.lsw = (v); \
  /external/libmpeg2/common/
impeg2_macros.h 42 #define LSW(dword) (dword & 0xFFFF)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 121 "LSW",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 121 "LSW",
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
anames.go 124 "LSW",
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
ppc64.out 89 615 00089 (testdata/ppc64.s:615) LSW (R1), R2
90 616 00090 (testdata/ppc64.s:616) LSW (R1)(R2*1), R3
91 622 00091 (testdata/ppc64.s:622) LSW (R1), $1, R2
92 623 00092 (testdata/ppc64.s:623) LSW (R1)(R2*1), $1, R3
ppc64.s 615 LSW (R1), R2
616 LSW (R1+R2), R3
622 LSW (R1), $1, R2
623 LSW (R1+R2), $1, R3
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
anames.go 124 "LSW",
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
ppc64.out 89 615 00089 (testdata/ppc64.s:615) LSW (R1), R2
90 616 00090 (testdata/ppc64.s:616) LSW (R1)(R2*1), R3
91 622 00091 (testdata/ppc64.s:622) LSW (R1), $1, R2
92 623 00092 (testdata/ppc64.s:623) LSW (R1)(R2*1), $1, R3
ppc64.s 615 LSW (R1), R2
616 LSW (R1+R2), R3
622 LSW (R1), $1, R2
623 LSW (R1+R2), $1, R3
  /external/v8/test/mjsunit/
md5.js 153 var lsw = (x & 0xFFFF) + (y & 0xFFFF);
154 var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
155 return (msw << 16) | (lsw & 0xFFFF);
  /external/vulkan-validation-layers/libs/glm/gtc/
ulp.inl 58 glm::detail::int32 lsw;
68 (ix1) = ew_u.parts.lsw; \
89 iw_u.parts.lsw = (ix1); \
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 59 u_int32_t lsw; member in struct:__anon1206::__anon1207
76 u_int32_t lsw; member in struct:__anon1209::__anon1210
94 (ix1) = ew_u.parts.lsw; \
120 (i) = gl_u.parts.lsw; \
129 iw_u.parts.lsw = (ix1); \
157 sl_u.parts.lsw = (v); \
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 63 u_int32_t lsw; member in struct:__anon2866::__anon2867
80 u_int32_t lsw; member in struct:__anon2869::__anon2870
98 (ix1) = ew_u.parts.lsw; \
124 (i) = gl_u.parts.lsw; \
133 iw_u.parts.lsw = (ix1); \
161 sl_u.parts.lsw = (v); \

Completed in 2900 milliseconds

1 2 3 4 5 6 7