Searched refs:kAnd (Results 1 – 11 of 11) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_x86.h | 176 DCHECK(op == HInstruction::kAnd || op == HInstruction::kXor) << op; in HUnaryOperation() 183 case HInstruction::kAnd:
|
D | nodes_shared.h | 79 DCHECK(op == HInstruction::kAnd || op == HInstruction::kOr || op == HInstruction::kXor) << op; in HBinaryOperation() 88 case HInstruction::kAnd:
|
D | instruction_simplifier_x86_shared.cc | 81 type, HInstruction::kAnd, other, instruction->GetDexPc()); in TryGenerateResetLeastSetBit()
|
D | code_generator_arm64.cc | 2116 case HInstruction::kAnd: in VisitBitwiseNegatedRight() 2176 (kind != HInstruction::kAnd && kind != HInstruction::kOr && kind != HInstruction::kXor && in VisitDataProcWithShifterOp() 2182 case HInstruction::kAnd: in VisitDataProcWithShifterOp()
|
D | loop_optimization.cc | 1958 case HInstruction::kAnd: in GenerateVecOp()
|
D | code_generator_arm_vixl.cc | 1068 const Operand in = kind == HInstruction::kAnd in GenerateDataProcInstruction() 1078 case HInstruction::kAnd: in GenerateDataProcInstruction() 7981 case HInstruction::kAnd: in VisitBitwiseNegatedRight() 8005 case HInstruction::kAnd: in VisitBitwiseNegatedRight()
|
D | nodes.h | 5408 : HBinaryOperation(kAnd, result_type, left, right, SideEffects::None(), dex_pc) { in HBinaryOperation() argument
|
D | code_generator_x86_64.cc | 6817 case HInstruction::kAnd: in VisitX86MaskOrResetLeastSetBit()
|
D | code_generator_x86.cc | 7495 case HInstruction::kAnd: in VisitX86MaskOrResetLeastSetBit()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 171 …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…
|
D | dex_instruction.h | 161 kAnd = 0x0001000, // and enumerator
|