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 64 enum ImmBranchType {
277 ImmBranchType BranchType() const {
291 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
308 static int32_t ImmBranchRange(ImmBranchType branch_type) {
372 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
  /external/vixl/src/aarch64/
instructions-aarch64.h 133 enum ImmBranchType {
314 static int GetImmBranchRangeBitwidth(ImmBranchType branch_type);
317 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) {
321 static int32_t GetImmBranchForwardRange(ImmBranchType branch_type);
324 static int32_t ImmBranchForwardRange(ImmBranchType branch_type)) {
328 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
375 ImmBranchType GetBranchType() const {
388 VIXL_DEPRECATED("GetBranchType", ImmBranchType BranchType() const) {

Completed in 344 milliseconds