Home
last modified time | relevance | path

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

/external/v8/src/execution/arm64/
Dsimulator-arm64.cc1676 LogicalHelper(instr, op2); in VisitLogicalShifted()
1680 LogicalHelper(instr, op2); in VisitLogicalShifted()
1686 LogicalHelper(instr, static_cast<uint64_t>(instr->ImmLogical())); in VisitLogicalImmediate()
1688 LogicalHelper(instr, static_cast<uint32_t>(instr->ImmLogical())); in VisitLogicalImmediate()
1693 void Simulator::LogicalHelper(Instruction* instr, T op2) { in LogicalHelper() function in v8::internal::Simulator
Dsimulator-arm64.h1484 void LogicalHelper(Instruction* instr, T op2);
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc1365 LogicalHelper(instr, op2); in VisitLogicalShifted()
1370 LogicalHelper(instr, instr->GetImmLogical()); in VisitLogicalImmediate()
1374 void Simulator::LogicalHelper(const Instruction* instr, int64_t op2) { in LogicalHelper() function in vixl::aarch64::Simulator
Dsimulator-aarch64.h1873 void LogicalHelper(const Instruction* instr, int64_t op2);