Searched refs:Bitwise (Results 1 – 25 of 52) sorted by relevance
123
4 @"\01LC1" = internal constant [26 x i8] c"Bitwise Not: %d %d %d %d\0A\00", section "__TEXT,__cstrin…
342 // [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.
78 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 …]
632 | 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)`` |
518 & Bitwise AND operator.519 >> Bitwise right shift operator. When applied to an522 << Bitwise left shift operator. Left shift inserts zero
595 & Bitwise AND operator.596 ^ Bitwise exclusive-OR operator.597 >> Bitwise right shift operator. When applied to an
33 // Bitwise Instructions that produce a result
3717 // Vector Bitwise Operations.3725 // VAND : Vector Bitwise AND3731 // VEOR : Vector Bitwise Exclusive OR3737 // VORR : Vector Bitwise OR3780 // VBIC : Vector Bitwise Bit Clear (AND NOT)3828 // VORN : Vector Bitwise OR NOT3840 // VMVN : Vector Bitwise NOT (Immediate)3873 // VMVN : Vector Bitwise NOT3885 // VBSL : Vector Bitwise Select3908 // VBIF : Vector Bitwise Insert if False[all …]
40 // Bitwise Instructions that produce a result
4839 // Vector Bitwise Operations.4847 // VAND : Vector Bitwise AND4853 // VEOR : Vector Bitwise Exclusive OR4859 // VORR : Vector Bitwise OR4902 // VBIC : Vector Bitwise Bit Clear (AND NOT)4952 // VORN : Vector Bitwise OR NOT4964 // VMVN : Vector Bitwise NOT (Immediate)4997 // VMVN : Vector Bitwise NOT5009 // VBSL : Vector Bitwise Select5084 // VBIF : Vector Bitwise Insert if False[all …]
162 /// Generic Bitwise-OR instruction.
87 # Vector Bitwise Bit Clear (AND NOT) - immediate88 # Vector Bitwise OR - immedidate222 # Vector Compare Mask Bitwise Test (Integer)1553 # Scalar Compare Bitwise Equal1559 # Scalar Compare Bitwise Equal To Zero1614 # Scalar Compare Bitwise Test Bits2165 # Bitwise extract
382 // Vector Bitwise Reverse
1238 .. opcode:: NOT - Bitwise Not1251 .. opcode:: AND - Bitwise And1264 .. opcode:: OR - Bitwise Or1277 .. opcode:: XOR - Bitwise Xor1580 Bitwise ISA1753 .. opcode:: UIF - Bitwise If
773 DECLARE_HYDROGEN_ACCESSOR(Bitwise)794 DECLARE_HYDROGEN_ACCESSOR(Bitwise)
1375 | ``|`` | Bitwise OR |1377 | ``^`` | Bitwise XOR |1379 | ``&`` | Bitwise AND |
657 // Bitwise negation on vectors.
1373 // 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
1159 DECLARE_HYDROGEN_ACCESSOR(Bitwise) in DECLARE_HYDROGEN_ACCESSOR() argument
1158 DECLARE_HYDROGEN_ACCESSOR(Bitwise)
1128 DECLARE_HYDROGEN_ACCESSOR(Bitwise)
1136 DECLARE_HYDROGEN_ACCESSOR(Bitwise)