Searched refs:LogicalHelper (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 1676 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
|
D | simulator-arm64.h | 1484 void LogicalHelper(Instruction* instr, T op2);
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 1365 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
|
D | simulator-aarch64.h | 1873 void LogicalHelper(const Instruction* instr, int64_t op2);
|