Searched refs:HBitwiseNegatedRight (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_shared.h56 class HBitwiseNegatedRight : public HBinaryOperation { class in namespace:art
58 HBitwiseNegatedRight(Primitive::Type result_type, function in class:art::HBitwiseNegatedRight
113 DISALLOW_COPY_AND_ASSIGN(HBitwiseNegatedRight);
H A Dinstruction_simplifier_shared.cc217 HBitwiseNegatedRight* neg_op = new (hnot->GetBlock()->GetGraph()->GetArena())
218 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc());
H A Dgraph_visualizer.cc475 void VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) OVERRIDE {
H A Dcode_generator_arm64.cc1847 void LocationsBuilderARM64::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instr) {
1856 void InstructionCodeGeneratorARM64::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instr) {
H A Dcode_generator_arm.cc5772 void LocationsBuilderARM::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) {
5783 void InstructionCodeGeneratorARM::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) {

Completed in 427 milliseconds