/aosp12/art/test/427-bitwise/src/ |
H A D | Main.java | 173 expectEquals(6, $opt$Xor(5, 3)); in xorInt() 174 expectEquals(0, $opt$Xor(0, 0)); in xorInt() 175 expectEquals(3, $opt$Xor(0, 3)); in xorInt() 176 expectEquals(3, $opt$Xor(3, 0)); in xorInt() 177 expectEquals(-4, $opt$Xor(1, -3)); in xorInt() 178 expectEquals(9, $opt$Xor(-12, -3)); in xorInt() 192 expectEquals(6L, $opt$Xor(5L, 3L)); in xorLong() 193 expectEquals(0L, $opt$Xor(0L, 0L)); in xorLong() 194 expectEquals(3L, $opt$Xor(0L, 3L)); in xorLong() 195 expectEquals(3L, $opt$Xor(3L, 0L)); in xorLong() [all …]
|
/aosp12/art/test/565-checker-doublenegbitwise/smali/ |
H A D | SmaliTests.smali | 227 # Test transformation of Not/Not/Xor into Xor. 235 ## CHECK-DAG: <<Xor:i\d+>> Xor [<<Not1>>,<<Not2>>] 241 ## CHECK-DAG: <<Xor:i\d+>> Xor [<<P1>>,<<P2>>] 259 # Test transformation of Not/Not/Xor into Xor for boolean negations. 271 ## CHECK-DAG: <<Xor:i\d+>> Xor [<<NotP1>>,<<NotP2>>] 277 ## CHECK-DAG: <<Xor:i\d+>> Xor [<<Cond1>>,<<Cond2>>] 654 # Test transformation of Not/Not/Xor into Xor. 663 ## CHECK-DAG: <<Xor:i\d+>> Xor [<<Not1>>,<<Not2>>] 669 ## CHECK-DAG: <<Xor:i\d+>> Xor [<<P1>>,<<P2>>] 698 # Test transformation of Not/Not/Xor into Xor for boolean negations. [all …]
|
/aosp12/art/test/458-checker-instruct-simplification/smali/ |
H A D | SmaliTests2.smali | 21 ## CHECK-DAG: <<Xor:i\d+>> Xor [<<Arg>>,<<ConstF>>] 22 ## CHECK-DAG: Return [<<Xor>>] 30 ## CHECK-NOT: Xor 53 ## CHECK-DAG: <<Not1:j\d+>> Xor [<<Arg>>,<<ConstNeg1>>] 54 ## CHECK-DAG: <<Not2:j\d+>> Xor [<<Not1>>,<<ConstNeg1>>] 62 ## CHECK-NOT: Xor 85 ## CHECK-DAG: <<Not1:i\d+>> Xor [<<Arg>>,<<ConstNeg1>>] 86 ## CHECK-DAG: <<Not2:i\d+>> Xor [<<Not1>>,<<ConstNeg1>>] 101 ## CHECK-NOT: Xor
|
H A D | SmaliTests.smali | 398 ## CHECK-DAG: <<NotResult:i\d+>> Xor [<<Result>>,<<Const1>>]
|
/aosp12/art/compiler/optimizing/ |
H A D | scheduler_arm.h | 73 M(Xor, unused) \
|
H A D | nodes.h | 1569 M(Xor, BinaryOperation) 5851 DECLARE_INSTRUCTION(Xor); 5854 DEFAULT_COPY_CONSTRUCTOR(Xor);
|
/aosp12/art/test/485-checker-dce-loop-update/smali/ |
H A D | TestCase.smali | 228 ## CHECK-DAG: <<XorZ>> Xor [<<PhiZ2>>,<<Cst1>>] loop:<<HeaderZ>> 250 ## CHECK-DAG: <<XorZ>> Xor [<<PhiZ>>,<<Cst1>>] loop:<<HeaderZ>>
|
/aosp12/art/test/953-invoke-polymorphic-compiler/src/ |
H A D | Main.java | 186 private static boolean Xor(boolean lhs, boolean rhs) { in Xor() method in Main
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 101 case Instruction::Xor: return bitc::BINOP_XOR; in GetEncodedBinaryOpcode() 114 case AtomicRMWInst::Xor: return bitc::RMW_XOR; in GetEncodedRMWOperation()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 101 case Instruction::Xor: return bitc::BINOP_XOR; in GetEncodedBinaryOpcode() 114 case AtomicRMWInst::Xor: return bitc::RMW_XOR; in GetEncodedRMWOperation()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 773 case bitc::BINOP_XOR: return Instruction::Xor; in GetDecodedBinaryOpcode() 786 case bitc::RMW_XOR: return AtomicRMWInst::Xor; in GetDecodedRMWOperation()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 116 case Instruction::Xor: return bitc::BINOP_XOR; in GetEncodedBinaryOpcode()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 536 case bitc::BINOP_XOR: return Instruction::Xor; in GetDecodedBinaryOpcode()
|
/aosp12/packages/apps/DocumentsUI/tests/res/raw/ |
H A D | images_tar | 265 �7C�F:��9�`�p$'6�/'�.���h�b�@���P�t̩2��[��Ji]Xor������J�5��x�x��W㻛�c�Z-Ɯ�,q�f������]ơ…
|