Searched refs:BitfieldFixed (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 670 BitfieldFixed = 0x13000000, 673 SBFM_w = BitfieldFixed | 0x00000000, 674 SBFM_x = BitfieldFixed | 0x80000000, 676 BFM_w = BitfieldFixed | 0x20000000, 677 BFM_x = BitfieldFixed | 0xA0000000, 679 UBFM_w = BitfieldFixed | 0x40000000, 680 UBFM_x = BitfieldFixed | 0xC0000000,
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 822 BitfieldFixed = 0x13000000, enumerator 825 SBFM_w = BitfieldFixed | 0x00000000, 826 SBFM_x = BitfieldFixed | 0x80000000, 828 BFM_w = BitfieldFixed | 0x20000000, 829 BFM_x = BitfieldFixed | 0xA0000000, 831 UBFM_w = BitfieldFixed | 0x40000000, 832 UBFM_x = BitfieldFixed | 0xC0000000,
|
Completed in 17 milliseconds