Searched refs:bitwise (Results 1 – 25 of 60) sorted by relevance
123
60 am_libogg_la_OBJECTS = framing.lo bitwise.lo63 am_test_bitwise_OBJECTS = test_bitwise-bitwise.$(OBJEXT)207 libogg_la_SOURCES = framing.c bitwise.c209 test_bitwise_SOURCES = bitwise.c295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitwise.Plo@am__quote@297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bitwise-bitwise.Po@am__quote@321 test_bitwise-bitwise.o: bitwise.c322 …bitwise-bitwise.o -MD -MP -MF "$(DEPDIR)/test_bitwise-bitwise.Tpo" -c -o test_bitwise-bitwise.o `t…326 …t_bitwise_CFLAGS) $(CFLAGS) -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo '$(srcdir)/'…328 test_bitwise-bitwise.obj: bitwise.c[all …]
7 libogg_la_SOURCES = framing.c bitwise.c14 test_bitwise_SOURCES = bitwise.c
10 …734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181…17 …B638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode…79 730F236109181A8D00AB638C /* bitwise.c */,148 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
35 - bitwise not42 - bitwise and43 - bitwise or44 - bitwise xor
5 LOCAL_SRC_FILES := src/bitwise.c \
57 1) [mantissa] = [x] bitwise AND 0x1fffff (unsigned result)58 2) [sign] = [x] bitwise AND 0x80000000 (unsigned result)59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
17 #define __bitwise__ __attribute__((bitwise))
22 #define __bitwise__ __attribute__((bitwise))
2 ; SOME instruction named %c here, even if it's a bitwise and.
5 Tremolo/bitwise.c \
15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
13 ; assertion occurred when trying to check the values were bitwise inverses of
61 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse142 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse222 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse303 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse
42 ; Check bitwise negation.
61 ; Check full bitwise negation
11 ;; for bitwise operations but not booleans! For booleans,
5 ; The test checks that LLVM does not misread bitwise instructions from
88 SOURCE=..\..\src\bitwise.c
96 SOURCE=..\..\src\bitwise.c
2 ; Optimized bitwise operations.
2016 HBitwise* bitwise = HBitwise::cast(base); in DecomposeBitwise() local2017 if (bitwise->right()->IsInteger32Constant()) { in DecomposeBitwise()2018 mask = bitwise->right()->GetInteger32Constant(); in DecomposeBitwise()2019 base = bitwise->left(); in DecomposeBitwise()2020 } else if (bitwise->left()->IsInteger32Constant()) { in DecomposeBitwise()2021 mask = bitwise->left()->GetInteger32Constant(); in DecomposeBitwise()2022 base = bitwise->right(); in DecomposeBitwise()2026 if (bitwise->op() == Token::BIT_AND) { in DecomposeBitwise()2029 } else if (bitwise->op() == Token::BIT_OR) { in DecomposeBitwise()2035 result->context = bitwise->context(); in DecomposeBitwise()
28 // are not a bitwise combination of RWX values
159 the bitwise exclusive-or operation.197 Unless otherwise specified, ICM encryption consists of bitwise
162 case bitwise
445 #define __bitwise __attribute__((bitwise))