Home
last modified time | relevance | path

Searched refs:And (Results 1 – 12 of 12) sorted by relevance

/art/test/427-bitwise/src/
DMain.java45 expectEquals(1, $opt$And(5, 3)); in andInt()
46 expectEquals(0, $opt$And(0, 0)); in andInt()
47 expectEquals(0, $opt$And(0, 3)); in andInt()
48 expectEquals(0, $opt$And(3, 0)); in andInt()
49 expectEquals(1, $opt$And(1, -3)); in andInt()
50 expectEquals(-12, $opt$And(-12, -3)); in andInt()
66 expectEquals(1L, $opt$And(5L, 3L)); in andLong()
67 expectEquals(0L, $opt$And(0L, 0L)); in andLong()
68 expectEquals(0L, $opt$And(0L, 3L)); in andLong()
69 expectEquals(0L, $opt$And(3L, 0L)); in andLong()
[all …]
/art/tools/dexfuzz/
DREADME54 And also at least two of the following backends:
/art/test/800-smali/smali/
Db_22881413.smali133 # And somewhere at the end
/art/compiler/utils/mips/
Dassembler_mips.h69 void And(Register rd, Register rs, Register rt);
Dassembler_mips.cc203 void MipsAssembler::And(Register rd, Register rs, Register rt) { in And() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.h85 void And(GpuRegister rd, GpuRegister rs, GpuRegister rt);
Dassembler_mips64.cc210 void Mips64Assembler::And(GpuRegister rd, GpuRegister rs, GpuRegister rt) { in And() function in art::mips64::Mips64Assembler
/art/compiler/utils/arm/
Dassembler_arm32_test.cc586 TEST_F(AssemblerArm32Test, And) { in TEST_F() argument
/art/compiler/optimizing/
Dnodes.h807 M(And, BinaryOperation) \
2885 DECLARE_INSTRUCTION(And);
Dcode_generator_arm64.cc1214 __ And(dst, lhs, rhs); in HandleBinaryOp() local
Dcode_generator_mips64.cc1074 __ And(dst, lhs, rhs_reg); in HandleBinaryOp() local
/art/compiler/dex/quick/x86/
Dassemble_x86.cc127 ENCODING_MAP(And, IS_LOAD | IS_STORE, REG_DEF0, 0,