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

  /external/v8/src/arm64/
constants-arm64.h 572 BitfieldFixed = 0x13000000,
575 SBFM_w = BitfieldFixed | 0x00000000,
576 SBFM_x = BitfieldFixed | 0x80000000,
578 BFM_w = BitfieldFixed | 0x20000000,
579 BFM_x = BitfieldFixed | 0xA0000000,
581 UBFM_w = BitfieldFixed | 0x40000000,
582 UBFM_x = BitfieldFixed | 0xC0000000,
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 608 BitfieldFixed = 0x13000000,
611 SBFM_w = BitfieldFixed | 0x00000000,
612 SBFM_x = BitfieldFixed | 0x80000000,
614 BFM_w = BitfieldFixed | 0x20000000,
615 BFM_x = BitfieldFixed | 0xA0000000,
617 UBFM_w = BitfieldFixed | 0x40000000,
618 UBFM_x = BitfieldFixed | 0xC0000000,
    [all...]

Completed in 127 milliseconds