Searched refs:LogicalHelper (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 1873 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 D | simulator-arm64.h | 1491 void LogicalHelper(Instruction* instr, T op2);
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 4018 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 D | simulator-aarch64.h | 3241 void LogicalHelper(const Instruction* instr, int64_t op2);
|
Completed in 32 milliseconds