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

  /external/chromium_org/v8/src/arm64/
constants-arm64.h 575 BitfieldFixed = 0x13000000,
578 SBFM_w = BitfieldFixed | 0x00000000,
579 SBFM_x = BitfieldFixed | 0x80000000,
581 BFM_w = BitfieldFixed | 0x20000000,
582 BFM_x = BitfieldFixed | 0xA0000000,
584 UBFM_w = BitfieldFixed | 0x40000000,
585 UBFM_x = BitfieldFixed | 0xC0000000,
    [all...]
  /external/vixl/src/a64/
constants-a64.h 465 BitfieldFixed = 0x13000000,
468 SBFM_w = BitfieldFixed | 0x00000000,
469 SBFM_x = BitfieldFixed | 0x80000000,
471 BFM_w = BitfieldFixed | 0x20000000,
472 BFM_x = BitfieldFixed | 0xA0000000,
474 UBFM_w = BitfieldFixed | 0x40000000,
475 UBFM_x = BitfieldFixed | 0xC0000000,
    [all...]

Completed in 609 milliseconds