HomeSort by relevance Sort by last modified time
    Searched refs:TestBranchFixed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/arm64/
instructions-arm64.h 169 return Mask(TestBranchFMask) == TestBranchFixed;
constants-arm64.h 634 TestBranchFixed = 0x36000000,
637 TBZ = TestBranchFixed | 0x00000000,
638 TBNZ = TestBranchFixed | 0x01000000
    [all...]
  /external/vixl/src/a64/
instructions-a64.h 217 return Mask(TestBranchFMask) == TestBranchFixed;
constants-a64.h 524 TestBranchFixed = 0x36000000,
527 TBZ = TestBranchFixed | 0x00000000,
528 TBNZ = TestBranchFixed | 0x01000000
    [all...]

Completed in 55 milliseconds