Home
last modified time | relevance | path

Searched defs:op (Results 1 – 19 of 19) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc27 #define BINARY_INTRINSIC(name, op, get1, get2, set) \ argument
39 #define BINARY_II_INTRINSIC(name, op, set) \ argument
42 #define BINARY_JJ_INTRINSIC(name, op, set) \ argument
45 #define BINARY_JI_INTRINSIC(name, op, set) \ argument
48 #define UNARY_INTRINSIC(name, op, get, set) \ argument
/art/compiler/optimizing/
Dinduction_var_analysis.h125 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) { in CreateInvariantOp()
136 InductionInfo* CreateTripCount(InductionOp op, in CreateTripCount()
145 InductionOp op, in CreateInduction()
Dnodes_shared.cc66 std::ostream& operator<<(std::ostream& os, const HDataProcWithShifterOp::OpKind op) { in operator <<()
Dinduction_var_analysis.cc426 InductionOp op) { in TransferAddSub()
591 InductionOp op, in SolveAddSub()
652 InductionOp op) { in SolveOp()
888 InductionOp op = kNop; in VisitTripCount() local
1023 InductionOp op, in CreateSimplifiedInvariant()
Dinstruction_simplifier.cc196 bool InstructionSimplifierVisitor::TryDeMorganNegationFactoring(HBinaryOperation* op) { in TryDeMorganNegationFactoring()
295 bool InstructionSimplifierVisitor::ReplaceRotateWithRor(HBinaryOperation* op, in ReplaceRotateWithRor()
318 bool InstructionSimplifierVisitor::TryReplaceWithRotate(HBinaryOperation* op) { in TryReplaceWithRotate()
355 bool InstructionSimplifierVisitor::TryReplaceWithRotateConstantPattern(HBinaryOperation* op, in TryReplaceWithRotateConstantPattern()
385 bool InstructionSimplifierVisitor::TryReplaceWithRotateRegisterNegPattern(HBinaryOperation* op, in TryReplaceWithRotateRegisterNegPattern()
415 bool InstructionSimplifierVisitor::TryReplaceWithRotateRegisterSubPattern(HBinaryOperation* op, in TryReplaceWithRotateRegisterSubPattern()
Dinstruction_simplifier_shared.cc187 bool TryMergeNegatedInput(HBinaryOperation* op) { in TryMergeNegatedInput()
Dgraph_checker.cc899 void GraphChecker::VisitCondition(HCondition* op) { in VisitCondition()
942 void GraphChecker::VisitBinaryOperation(HBinaryOperation* op) { in VisitBinaryOperation()
Dinduction_var_range_test.cc136 HInductionVarAnalysis::InductionOp op; in CreateInvariant() local
163 HInductionVarAnalysis::InductionOp op = HInductionVarAnalysis::kTripCountInBodyUnsafe; in CreateTripCount() local
199 HInductionVarAnalysis::InductionInfo* CreateGeometric(int32_t a, int32_t b, int32_t f, char op) { in CreateGeometric()
Dcode_generator_x86_64.cc3913 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { in HandleShift()
3933 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { in HandleShift()
Dcode_generator_x86.cc3889 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { in HandleShift()
3910 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { in HandleShift()
Dcode_generator_arm_vixl.cc4577 void LocationsBuilderARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift()
4616 void InstructionCodeGeneratorARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift()
Dcode_generator_arm.cc4595 void LocationsBuilderARM::HandleShift(HBinaryOperation* op) { in HandleShift()
4634 void InstructionCodeGeneratorARM::HandleShift(HBinaryOperation* op) { in HandleShift()
Dcode_generator_arm64.cc2054 Operand op = OperandFromMemOperand(dst); in StoreRelease() local
/art/disassembler/
Ddisassembler_arm64.cc78 Instr op = instr->Mask(LoadLiteralMask); in VisitLoadLiteral() local
Ddisassembler_mips.cc473 uint32_t op = (instruction >> 26) & 0x3f; in Dump() local
/art/runtime/base/
Dmutex-inl.h41 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, in futex()
/art/test/004-ThreadStress/src/
DMain.java288 Operation op = null; in updateFrequencyMap() local
/art/runtime/
Dtransaction.cc562 StringOp op) in InternStringLog()
/art/compiler/utils/arm/
Dassembler_thumb2.cc781 uint32_t op = 20U /* 0b10100 */; in sbfx() local
802 uint32_t op = 28U /* 0b11100 */; in ubfx() local
2528 uint32_t op = 0; in EmitMultiMemOp() local
2705 uint32_t op) { in EmitReverseBytes()