/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
PointerEmbeddedInt.h | 34 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
PointerEmbeddedInt.h | 37 // Note: This '<' is correct; using '<=' would result in some shifts
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 118 {"$shifts<>(SB)", "$shifts<>(SB)"}, 259 {"shifts<>(SB)(CX*8)", "shifts<>(SB)(CX*8)"},
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
shift_test.go | 52 // Test that eligible pairs of constant shifts are converted to extensions.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 118 {"$shifts<>(SB)", "$shifts<>(SB)"}, 259 {"shifts<>(SB)(CX*8)", "shifts<>(SB)(CX*8)"},
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
shift_test.go | 52 // Test that eligible pairs of constant shifts are converted to extensions.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
t16-bad.l | 113 [^:]*:88: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r0,r1,lsl#2' 114 [^:]*:89: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r0,r1,lsl r3' 116 [^:]*:92: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r0,r1,lsl#2' 117 [^:]*:93: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r0,r1,lsl r3'
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/ |
regression.s | 165 /*SHIFTS */
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
d10v.h | 178 /* special accumulator shifts need a 4-bit number */
|
/toolchain/binutils/binutils-2.27/opcodes/ |
microblaze-opcm.h | 138 /* Imm mask for barrel shifts. */
|
/external/tensorflow/tensorflow/core/kernels/ |
cwise_ops.h | 874 // performs left shifts as unsigned shifts. 898 // Technically right shifts of signed integers are not necessarily 899 // arithmetic shifts according to the C++ standard. However in practice most 900 // implementations are arithmetic shifts. If this proves to be a problem in [all...] |
/external/valgrind/VEX/priv/ |
host_arm64_defs.h | 430 /* These narrowing shifts zero out the top half of the destination 438 /* Saturating left shifts, of various flavours. */ 851 /* Vector shift by immediate. For left shifts, |amt| must be 852 >= 0 and < implied lane size of |op|. For right shifts, 853 |amt| must be > 0 and <= implied lane size of |op|. Shifts [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
softfloat-macros | 34 Shifts `a' right by the number of bits given in `count'. If any nonzero
61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
138 Shifts the 96-bit value formed by concatenating `a0', `a1', and `a2' right
209 Shifts the 64-bit value formed by concatenating `a0' and `a1' left by the
228 Shifts the 96-bit value formed by concatenating `a0', `a1', and `a2' left
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
BaseLibInternals.h | 29 Shifts a 64-bit integer left between 0 and 63 bits. The low bits
32 This function shifts the 64-bit value Operand to the left by Count bits. The
49 Shifts a 64-bit integer right between 0 and 63 bits. The high bits
52 This function shifts the 64-bit value Operand to the right by Count bits. The
69 Shifts a 64-bit integer right between 0 and 63 bits. The high bits
72 This function shifts the 64-bit value Operand to the right by Count bits. The
[all...] |