Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1873 LogicalHelper(instr, op2);
1877 LogicalHelper(instr, op2);
1883 LogicalHelper(instr, static_cast<uint64_t>(instr->ImmLogical()));
1885 LogicalHelper(instr, static_cast<uint32_t>(instr->ImmLogical()));
1890 void Simulator::LogicalHelper(Instruction* instr, T op2) {
H A Dsimulator-arm64.h1491 void LogicalHelper(Instruction* instr, T op2);
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc4018 LogicalHelper(instr, op2); in Simulator()
4026 LogicalHelper(instr, instr->GetImmLogical()); in Simulator()
4031 void Simulator::LogicalHelper(const Instruction* instr, int64_t op2) { in Simulator() function in vixl::aarch64::Simulator
H A Dsimulator-aarch64.h3241 void LogicalHelper(const Instruction* instr, int64_t op2);

Completed in 32 milliseconds