Searched refs:BitfieldFixed (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/a64/ |
D | constants-a64.h | 465 BitfieldFixed = 0x13000000, enumerator 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,
|
/external/chromium_org/v8/src/arm64/ |
D | constants-arm64.h | 573 BitfieldFixed = 0x13000000, enumerator 576 SBFM_w = BitfieldFixed | 0x00000000, 577 SBFM_x = BitfieldFixed | 0x80000000, 579 BFM_w = BitfieldFixed | 0x20000000, 580 BFM_x = BitfieldFixed | 0xA0000000, 582 UBFM_w = BitfieldFixed | 0x40000000, 583 UBFM_x = BitfieldFixed | 0xC0000000,
|