Searched refs:entry_size_log2 (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 551 int entry_size_log2 = 2; in Switch() local 553 ++entry_size_log2; // Account for BTI. in Switch() 555 __ Add(temp, temp, Operand(reg, UXTW, entry_size_log2)); in Switch()
|
/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 606 int entry_size_log2 = 3; in Switch() local 607 __ ShiftLeftU32(reg, reg, Operand(entry_size_log2)); in Switch()
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 461 int entry_size_log2 = 3; in Switch() local 462 __ CalcScaledAddress(t6, t6, reg, entry_size_log2); in Switch()
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 475 int entry_size_log2 = 2; in Switch() local 476 __ add(pc, pc, Operand(reg, LSL, entry_size_log2), LeaveCC, lo); in Switch()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 2994 int entry_size_log2 = 2; in AssembleArchInstruction() 2996 ++entry_size_log2; // Account for BTI. in AssembleArchInstruction() 2998 __ Add(temp, temp, Operand(input, UXTW, entry_size_log2)); in AssembleArchInstruction()
|
Completed in 11 milliseconds