Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc1446 LogicalHelper<int64_t>(instr, op2); in VisitLogicalShifted()
1450 LogicalHelper<int32_t>(instr, op2); in VisitLogicalShifted()
1457 LogicalHelper<int64_t>(instr, instr->ImmLogical()); in VisitLogicalImmediate()
1459 LogicalHelper<int32_t>(instr, instr->ImmLogical()); in VisitLogicalImmediate()
1465 void Simulator::LogicalHelper(Instruction* instr, T op2) { in LogicalHelper() function in v8::internal::Simulator
Dsimulator-arm64.h662 void LogicalHelper(Instruction* instr, T op2);
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc990 LogicalHelper(instr, op2); in VisitLogicalShifted()
995 LogicalHelper(instr, instr->ImmLogical()); in VisitLogicalImmediate()
999 void Simulator::LogicalHelper(const Instruction* instr, int64_t op2) { in LogicalHelper() function in vixl::Simulator
Dsimulator-a64.h1392 void LogicalHelper(const Instruction* instr, int64_t op2);