Searched refs:BitfieldFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 654 BitfieldFixed = 0x13000000, enumerator 657 SBFM_w = BitfieldFixed | 0x00000000, 658 SBFM_x = BitfieldFixed | 0x80000000, 660 BFM_w = BitfieldFixed | 0x20000000, 661 BFM_x = BitfieldFixed | 0xA0000000, 663 UBFM_w = BitfieldFixed | 0x40000000, 664 UBFM_x = BitfieldFixed | 0xC0000000,
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 619 BitfieldFixed = 0x13000000, enumerator 622 SBFM_w = BitfieldFixed | 0x00000000, 623 SBFM_x = BitfieldFixed | 0x80000000, 625 BFM_w = BitfieldFixed | 0x20000000, 626 BFM_x = BitfieldFixed | 0xA0000000, 628 UBFM_w = BitfieldFixed | 0x40000000, 629 UBFM_x = BitfieldFixed | 0xC0000000,
|