Home
last modified time | relevance | path

Searched refs:Bitwise (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm/test/CodeGen/ARM/
Dstm.ll4 @"\01LC1" = internal constant [26 x i8] c"Bitwise Not: %d %d %d %d\0A\00", section "__TEXT,__cstrin…
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dstm.ll4 @"\01LC1" = internal constant [26 x i8] c"Bitwise Not: %d %d %d %d\0A\00", section "__TEXT,__cstrin…
/external/clang/include/clang/AST/
DOperationKinds.def342 // [C99 6.5.7] Bitwise shift operators.
353 // [C99 6.5.10] Bitwise AND operator.
355 // [C99 6.5.11] Bitwise XOR operator.
357 // [C99 6.5.12] Bitwise OR operator.
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md78 Bitwise and (A & B).
87 Bitwise and (A & B) and update status flags.
472 Bitwise enor/xnor (A ^ ~B).
479 Bitwise eor/xor (A ^ B).
898 Bitwise nor (A | ~B).
905 Bitwise or (A | B).
1482 Bitwise and.
1509 Bitwise insert if false.
1518 Bitwise insert if true.
1527 Bitwise select.
[all …]
/external/python/cpython2/Doc/library/
Doperator.rst632 | Bitwise And | ``a & b`` | ``and_(a, b)`` |
634 | Bitwise Exclusive Or | ``a ^ b`` | ``xor(a, b)`` |
636 | Bitwise Inversion | ``~ a`` | ``invert(a)`` |
638 | Bitwise Or | ``a | b`` | ``or_(a, b)`` |
/external/zlib/src/doc/
Drfc1950.txt518 & Bitwise AND operator.
519 >> Bitwise right shift operator. When applied to an
522 << Bitwise left shift operator. Left shift inserts zero
Drfc1952.txt595 & Bitwise AND operator.
596 ^ Bitwise exclusive-OR operator.
597 >> Bitwise right shift operator. When applied to an
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMScheduleV6.td33 // Bitwise Instructions that produce a result
DARMInstrNEON.td3717 // Vector Bitwise Operations.
3725 // VAND : Vector Bitwise AND
3731 // VEOR : Vector Bitwise Exclusive OR
3737 // VORR : Vector Bitwise OR
3780 // VBIC : Vector Bitwise Bit Clear (AND NOT)
3828 // VORN : Vector Bitwise OR NOT
3840 // VMVN : Vector Bitwise NOT (Immediate)
3873 // VMVN : Vector Bitwise NOT
3885 // VBSL : Vector Bitwise Select
3908 // VBIF : Vector Bitwise Insert if False
[all …]
DARMScheduleA8.td40 // Bitwise Instructions that produce a result
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td33 // Bitwise Instructions that produce a result
DARMScheduleA8.td40 // Bitwise Instructions that produce a result
DARMInstrNEON.td4839 // Vector Bitwise Operations.
4847 // VAND : Vector Bitwise AND
4853 // VEOR : Vector Bitwise Exclusive OR
4859 // VORR : Vector Bitwise OR
4902 // VBIC : Vector Bitwise Bit Clear (AND NOT)
4952 // VORN : Vector Bitwise OR NOT
4964 // VMVN : Vector Bitwise NOT (Immediate)
4997 // VMVN : Vector Bitwise NOT
5009 // VBSL : Vector Bitwise Select
5084 // VBIF : Vector Bitwise Insert if False
[all …]
/external/llvm/include/llvm/Target/
DTargetOpcodes.def162 /// Generic Bitwise-OR instruction.
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt87 # Vector Bitwise Bit Clear (AND NOT) - immediate
88 # Vector Bitwise OR - immedidate
222 # Vector Compare Mask Bitwise Test (Integer)
1553 # Scalar Compare Bitwise Equal
1559 # Scalar Compare Bitwise Equal To Zero
1614 # Scalar Compare Bitwise Test Bits
2165 # Bitwise extract
/external/llvm/include/llvm/IR/
DIntrinsicsAArch64.td382 // Vector Bitwise Reverse
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1238 .. opcode:: NOT - Bitwise Not
1251 .. opcode:: AND - Bitwise And
1264 .. opcode:: OR - Bitwise Or
1277 .. opcode:: XOR - Bitwise Xor
1580 Bitwise ISA
1753 .. opcode:: UIF - Bitwise If
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h773 DECLARE_HYDROGEN_ACCESSOR(Bitwise)
794 DECLARE_HYDROGEN_ACCESSOR(Bitwise)
/external/python/cpython2/Doc/reference/
Dexpressions.rst1375 | ``|`` | Bitwise OR |
1377 | ``^`` | Bitwise XOR |
1379 | ``&`` | Bitwise AND |
/external/llvm/lib/Target/SystemZ/
DSystemZOperators.td657 // Bitwise negation on vectors.
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.td1373 // Bitwise OR group:
1376 // Bitwise "or" (N.B.: These are also register-register copy instructions...)
1507 // ORC: Bitwise "or" with complement (c = a | ~b)
1592 // Bitwise "or" with immediate
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1159 DECLARE_HYDROGEN_ACCESSOR(Bitwise) in DECLARE_HYDROGEN_ACCESSOR() argument
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1158 DECLARE_HYDROGEN_ACCESSOR(Bitwise)
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1128 DECLARE_HYDROGEN_ACCESSOR(Bitwise)
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1136 DECLARE_HYDROGEN_ACCESSOR(Bitwise)

123