Searched refs:kInstructionSizeLog2 (Results 1 - 10 of 10) sorted by relevance

/external/vixl/src/a64/
H A Dinstructions-a64.cc160 offset = ImmBranch() << kInstructionSizeLog2;
201 int offset = (target - this) >> kInstructionSizeLog2;
H A Dinstructions-a64.h39 const unsigned kInstructionSizeLog2 = 2; member in namespace:vixl
H A Dassembler-a64.h668 return UpdateAndGetByteOffsetTo(label) >> kInstructionSizeLog2;
/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.cc193 offset = ImmBranch() << kInstructionSizeLog2;
199 offset = ImmLLiteral() << kInstructionSizeLog2;
253 ptrdiff_t offset = DistanceTo(target) >> kInstructionSizeLog2;
H A Dcode-stubs-arm64.h153 patcher.b(offset_to_incremental_noncompacting >> kInstructionSizeLog2);
159 patcher.b(offset_to_incremental_compacting >> kInstructionSizeLog2);
H A Dinstructions-arm64.h294 (1 << (ImmBranchRangeBitwidth(branch_type) + kInstructionSizeLog2)) / 2 -
H A Dassembler-arm64-inl.h988 return offset >> kInstructionSizeLog2;
H A Dconstants-arm64.h29 const unsigned kInstructionSizeLog2 = 2; member in namespace:v8::internal
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc802 #define INST_OFF(x) ((x) >> kInstructionSizeLog2)
/external/vixl/test/
H A Dtest-disasm-a64.cc769 #define INST_OFF(x) ((x) >> kInstructionSizeLog2)

Completed in 388 milliseconds