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

  /external/v8/src/arm64/
instructions-arm64.h 177 return Mask(TestBranchFMask) == TestBranchFixed;
constants-arm64.h 631 TestBranchFixed = 0x36000000,
634 TBZ = TestBranchFixed | 0x00000000,
635 TBNZ = TestBranchFixed | 0x01000000
    [all...]
  /external/vixl/src/aarch64/
instructions-aarch64.h 277 bool IsTestBranch() const { return Mask(TestBranchFMask) == TestBranchFixed; }
constants-aarch64.h 667 TestBranchFixed = 0x36000000,
670 TBZ = TestBranchFixed | 0x00000000,
671 TBNZ = TestBranchFixed | 0x01000000
    [all...]

Completed in 176 milliseconds