Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_x86.h176 DCHECK(op == HInstruction::kAnd || op == HInstruction::kXor) << op; in HUnaryOperation()
183 case HInstruction::kAnd:
Dnodes_shared.h79 DCHECK(op == HInstruction::kAnd || op == HInstruction::kOr || op == HInstruction::kXor) << op; in HBinaryOperation()
88 case HInstruction::kAnd:
Dinstruction_simplifier_x86_shared.cc81 type, HInstruction::kAnd, other, instruction->GetDexPc()); in TryGenerateResetLeastSetBit()
Dloop_analysis.cc193 case HInstruction::InstructionKind::kAnd: in GetMachineInstructionCount()
Dloop_optimization.cc1913 case HInstruction::kAnd: in GenerateVecOp()
Dcode_generator_arm64.cc2264 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
2324 (kind != HInstruction::kAnd && kind != HInstruction::kOr && kind != HInstruction::kXor && in VisitDataProcWithShifterOp()
2330 case HInstruction::kAnd: in VisitDataProcWithShifterOp()
Dcode_generator_arm_vixl.cc1070 const Operand in = kind == HInstruction::kAnd in GenerateDataProcInstruction()
1080 case HInstruction::kAnd: in GenerateDataProcInstruction()
8350 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
8374 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
Dnodes.h5519 : HBinaryOperation(kAnd, result_type, left, right, SideEffects::None(), dex_pc) { in HBinaryOperation() argument
Dcode_generator_x86_64.cc7048 case HInstruction::kAnd: in VisitX86MaskOrResetLeastSetBit()
Dcode_generator_x86.cc7753 case HInstruction::kAnd: in VisitX86MaskOrResetLeastSetBit()
/art/libdexfile/dex/
Ddex_instruction_list.h171 …V(0x95, AND_INT, "and-int", k23x, kIndexNone, kContinue, kAnd, kVerifyRegA | kVerifyRegB | kVerify…
182 …V(0xA0, AND_LONG, "and-long", k23x, kIndexNone, kContinue, kAnd, kVerifyRegAWide | kVerifyRegBWide…
203 …V(0xB5, AND_INT_2ADDR, "and-int/2addr", k12x, kIndexNone, kContinue, kAnd, kVerifyRegA | kVerifyRe…
214 …V(0xC0, AND_LONG_2ADDR, "and-long/2addr", k12x, kIndexNone, kContinue, kAnd, kVerifyRegAWide | kVe…
235 …V(0xD5, AND_INT_LIT16, "and-int/lit16", k22s, kIndexNone, kContinue, kAnd | kRegCFieldOrConstant, …
243 …V(0xDD, AND_INT_LIT8, "and-int/lit8", k22b, kIndexNone, kContinue, kAnd | kRegCFieldOrConstant, kV…
Ddex_instruction.h162 kAnd = 0x0001000, // and enumerator