HomeSort by relevance Sort by last modified time
    Searched defs:ImmBranchType (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 45 enum ImmBranchType {
301 ImmBranchType BranchType() const {
315 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
331 static int32_t ImmBranchRange(ImmBranchType branch_type) {
400 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
  /external/vixl/src/aarch64/
instructions-aarch64.h 140 enum ImmBranchType {
315 static int GetImmBranchRangeBitwidth(ImmBranchType branch_type);
318 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) {
322 static int32_t GetImmBranchForwardRange(ImmBranchType branch_type);
325 static int32_t ImmBranchForwardRange(ImmBranchType branch_type)) {
329 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
376 ImmBranchType GetBranchType() const {
389 VIXL_DEPRECATED("GetBranchType", ImmBranchType BranchType() const) {

Completed in 2735 milliseconds