OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shifts
(Results
1 - 25
of
1285
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/514-shifts/
info.txt
2
shifts
on ARM.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
shift-bad.d
1
# name: PR 12854: Extraneous
shifts
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llshr.c
19
*
Shifts
a 64-bit signed value right by a particular number of bits.
25
; Handle
shifts
of 64 bits or more (if shifting 64 bits or more, the result
32
; Handle
shifts
of between 0 and 31 bits
41
; Handle
shifts
of between 32 and 63 bits
/external/llvm/test/CodeGen/X86/
x86_64-mul-by-const.ll
2
; Formerly there were two
shifts
. rdar://8771012.
x86-64-extend-shift.ll
2
; Formerly there were two
shifts
.
/external/llvm/test/ExecutionEngine/MCJIT/
2003-01-09-SARTest.ll
3
; We were accidentally inverting the signedness of right
shifts
. Whoops.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
x86_64-mul-by-const.ll
2
; Formerly there were two
shifts
. rdar://8771012.
x86-64-extend-shift.ll
2
; Formerly there were two
shifts
.
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
2003-01-09-SARTest.ll
3
; We were accidentally inverting the signedness of right
shifts
. Whoops.
/external/llvm/test/TableGen/
math.td
4
def
shifts
{
10
// CHECK: def
shifts
/external/clang/test/Preprocessor/
expr_usual_conversions.c
10
//
Shifts
don't want the usual conversions: PR2279
/external/llvm/test/ExecutionEngine/OrcMCJIT/
2003-01-09-SARTest.ll
3
; We were accidentally inverting the signedness of right
shifts
. Whoops.
/external/llvm/test/Transforms/InstCombine/
2012-04-30-SRem.ll
11
; The
shifts
were wrongly being turned into an and with 112
/external/libmpeg2/common/x86/
ideint_spatial_filter_ssse3.c
101
WORD32
shifts
[2];
local
188
shifts
[i] = 0;
192
shifts
[i] = 1;
197
shifts
[i] = -1;
214
pu4_row1th = (UWORD32 *)(pu1_src +
shifts
[0]);
215
pu4_row1tl = (UWORD32 *)(pu1_src + SUB_BLK_WD +
shifts
[1]);
218
pu4_row2th = (UWORD32 *)(pu1_src +
shifts
[0]);
219
pu4_row2tl = (UWORD32 *)(pu1_src + SUB_BLK_WD +
shifts
[1]);
221
pu4_row1bh = (UWORD32 *)(pu1_src -
shifts
[0]);
222
pu4_row1bl = (UWORD32 *)(pu1_src + SUB_BLK_WD -
shifts
[1])
[
all
...]
/external/webrtc/webrtc/test/
rtp_file_writer.cc
66
// Loop through
shifts
= {24, 16, 8, 0}.
67
for (int
shifts
= 24;
shifts
>= 0;
shifts
-= 8) {
68
uint8_t tmp = static_cast<uint8_t>((in >>
shifts
) & 0xFF);
/external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Roll.pbtxt
8
specified by `axis[i]`. Negative
shifts
will roll the elements in the opposite
17
total shift for that axis will be the sum of all the
shifts
that belong to that
34
will wrap around to the first and vice versa. Multiple
shifts
along multiple
/external/valgrind/docs/internals/
avx-notes.txt
22
well as AVX), out of range
shifts
are not handled properly and only
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
ARShiftU64.c
26
Shifts
a 64-bit integer right between 0 and 63 bits. The high bits are filled
29
This function
shifts
the 64-bit value Operand to the right by Count bits. The
LShiftU64.c
26
Shifts
a 64-bit integer left between 0 and 63 bits. The low bits are filled
29
This function
shifts
the 64-bit value Operand to the left by Count bits. The
RShiftU64.c
26
Shifts
a 64-bit integer right between 0 and 63 bits. This high bits are
29
This function
shifts
the 64-bit value Operand to the right by Count bits. The
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
ARShiftU64.c
18
Shifts
a 64-bit integer right between 0 and 63 bits. The high bits are filled
21
This function
shifts
the 64-bit value Operand to the right by Count bits. The
LShiftU64.c
18
Shifts
a 64-bit integer left between 0 and 63 bits. The low bits are filled
21
This function
shifts
the 64-bit value Operand to the left by Count bits. The
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ARShiftU64.c
19
Shifts
a 64-bit integer right between 0 and 63 bits. The high bits
22
This function
shifts
the 64-bit value Operand to the right by Count bits. The
LShiftU64.c
19
Shifts
a 64-bit integer left between 0 and 63 bits. The low bits
22
This function
shifts
the 64-bit value Operand to the left by Count bits. The
RShiftU64.c
19
Shifts
a 64-bit integer right between 0 and 63 bits. This high bits
22
This function
shifts
the 64-bit value Operand to the right by Count bits. The
Completed in 4327 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>