Home
last modified time | relevance | path

Searched refs:Or (Results 1 – 8 of 8) sorted by relevance

/art/test/427-bitwise/src/
DMain.java111 expectEquals(7, $opt$Or(5, 3)); in orInt()
112 expectEquals(0, $opt$Or(0, 0)); in orInt()
113 expectEquals(3, $opt$Or(0, 3)); in orInt()
114 expectEquals(3, $opt$Or(3, 0)); in orInt()
115 expectEquals(-3, $opt$Or(1, -3)); in orInt()
116 expectEquals(-3, $opt$Or(-12, -3)); in orInt()
130 expectEquals(7L, $opt$Or(5L, 3L)); in orLong()
131 expectEquals(0L, $opt$Or(0L, 0L)); in orLong()
132 expectEquals(3L, $opt$Or(0L, 3L)); in orLong()
133 expectEquals(3L, $opt$Or(3L, 0L)); in orLong()
[all …]
/art/compiler/utils/mips/
Dassembler_mips.h71 void Or(Register rd, Register rs, Register rt);
Dassembler_mips.cc211 void MipsAssembler::Or(Register rd, Register rs, Register rt) { in Or() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.h87 void Or(GpuRegister rd, GpuRegister rs, GpuRegister rt);
Dassembler_mips64.cc218 void Mips64Assembler::Or(GpuRegister rd, GpuRegister rs, GpuRegister rt) { in Or() function in art::mips64::Mips64Assembler
621 Or(rd, rs, ZERO); in Move()
/art/compiler/optimizing/
Dnodes.h854 M(Or, BinaryOperation) \
2901 DECLARE_INSTRUCTION(Or);
Dcode_generator_mips64.cc1079 __ Or(dst, lhs, rhs_reg); in HandleBinaryOp() local
/art/compiler/dex/quick/x86/
Dassemble_x86.cc109 ENCODING_MAP(Or, IS_LOAD | IS_STORE, REG_DEF0, 0,