Searched refs:ExceptionFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 755 ExceptionFixed = 0xD4000000, enumerator 758 HLT = ExceptionFixed | 0x00400000, 759 BRK = ExceptionFixed | 0x00200000, 760 SVC = ExceptionFixed | 0x00000001, 761 HVC = ExceptionFixed | 0x00000002, 762 SMC = ExceptionFixed | 0x00000003, 763 DCPS1 = ExceptionFixed | 0x00A00001, 764 DCPS2 = ExceptionFixed | 0x00A00002, 765 DCPS3 = ExceptionFixed | 0x00A00003
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 738 ExceptionFixed = 0xD4000000, enumerator 741 HLT = ExceptionFixed | 0x00400000, 742 BRK = ExceptionFixed | 0x00200000, 743 SVC = ExceptionFixed | 0x00000001, 744 HVC = ExceptionFixed | 0x00000002, 745 SMC = ExceptionFixed | 0x00000003, 746 DCPS1 = ExceptionFixed | 0x00A00001, 747 DCPS2 = ExceptionFixed | 0x00A00002, 748 DCPS3 = ExceptionFixed | 0x00A00003
|