Searched refs:ExceptionFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 676 ExceptionFixed = 0xD4000000, enumerator 679 HLT = ExceptionFixed | 0x00400000, 680 BRK = ExceptionFixed | 0x00200000, 681 SVC = ExceptionFixed | 0x00000001, 682 HVC = ExceptionFixed | 0x00000002, 683 SMC = ExceptionFixed | 0x00000003, 684 DCPS1 = ExceptionFixed | 0x00A00001, 685 DCPS2 = ExceptionFixed | 0x00A00002, 686 DCPS3 = ExceptionFixed | 0x00A00003
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 707 ExceptionFixed = 0xD4000000, enumerator 710 HLT = ExceptionFixed | 0x00400000, 711 BRK = ExceptionFixed | 0x00200000, 712 SVC = ExceptionFixed | 0x00000001, 713 HVC = ExceptionFixed | 0x00000002, 714 SMC = ExceptionFixed | 0x00000003, 715 DCPS1 = ExceptionFixed | 0x00A00001, 716 DCPS2 = ExceptionFixed | 0x00A00002, 717 DCPS3 = ExceptionFixed | 0x00A00003
|