Searched refs:kAnd (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_shared.h | 65 DCHECK(op == HInstruction::kAnd || op == HInstruction::kOr || op == HInstruction::kXor) << op; in HBinaryOperation() 74 case HInstruction::kAnd:
|
D | code_generator_arm64.cc | 1862 case HInstruction::kAnd: in VisitBitwiseNegatedRight() 1923 (kind != HInstruction::kAnd && kind != HInstruction::kOr && kind != HInstruction::kXor && in VisitArm64DataProcWithShifterOp() 1929 case HInstruction::kAnd: in VisitArm64DataProcWithShifterOp()
|
D | code_generator_arm.cc | 5795 case HInstruction::kAnd: in VisitBitwiseNegatedRight() 5819 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
|
/art/runtime/ |
D | dex_instruction_list.h | 170 …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…
|
D | dex_instruction.h | 143 kAnd = 0x0001000, // and enumerator
|