Home
last modified time | relevance | path

Searched refs:LogicalHelper (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dsimulator-arm64.cc1470 LogicalHelper<int64_t>(instr, op2); in VisitLogicalShifted()
1474 LogicalHelper<int32_t>(instr, op2); in VisitLogicalShifted()
1481 LogicalHelper<int64_t>(instr, instr->ImmLogical()); in VisitLogicalImmediate()
1483 LogicalHelper<int32_t>(instr, static_cast<int32_t>(instr->ImmLogical())); in VisitLogicalImmediate()
1489 void Simulator::LogicalHelper(Instruction* instr, T op2) { in LogicalHelper() function in v8::internal::Simulator
Dsimulator-arm64.h663 void LogicalHelper(Instruction* instr, T op2);
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc973 LogicalHelper(instr, op2); in VisitLogicalShifted()
978 LogicalHelper(instr, instr->ImmLogical()); in VisitLogicalImmediate()
982 void Simulator::LogicalHelper(const Instruction* instr, int64_t op2) { in LogicalHelper() function in vixl::Simulator
Dsimulator-a64.h1289 void LogicalHelper(const Instruction* instr, int64_t op2);