Home
last modified time | relevance | path

Searched refs:kAnd (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes_shared.h65 DCHECK(op == HInstruction::kAnd || op == HInstruction::kOr || op == HInstruction::kXor) << op; in HBinaryOperation()
74 case HInstruction::kAnd:
Dcode_generator_arm64.cc1862 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
1923 (kind != HInstruction::kAnd && kind != HInstruction::kOr && kind != HInstruction::kXor && in VisitArm64DataProcWithShifterOp()
1929 case HInstruction::kAnd: in VisitArm64DataProcWithShifterOp()
Dcode_generator_arm.cc5795 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
5819 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
/art/runtime/
Ddex_instruction_list.h170 …V(0x95, AND_INT, "and-int", k23x, true, kIndexNone, kContinue | kAnd, kVerifyRegA | kVerifyRegB | …
181 …V(0xA0, AND_LONG, "and-long", k23x, true, kIndexNone, kContinue | kAnd, kVerifyRegAWide | kVerifyR…
202 …V(0xB5, AND_INT_2ADDR, "and-int/2addr", k12x, true, kIndexNone, kContinue | kAnd, kVerifyRegA | kV…
213 …V(0xC0, AND_LONG_2ADDR, "and-long/2addr", k12x, true, kIndexNone, kContinue | kAnd, kVerifyRegAWid…
234 …V(0xD5, AND_INT_LIT16, "and-int/lit16", k22s, true, kIndexNone, kContinue | kAnd | kRegCFieldOrCon…
242 …V(0xDD, AND_INT_LIT8, "and-int/lit8", k22b, true, kIndexNone, kContinue | kAnd | kRegCFieldOrConst…
Ddex_instruction.h143 kAnd = 0x0001000, // and enumerator