Searched refs:ExceptionFixed (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm64/
H A Dconstants-arm64.h673 ExceptionFixed = 0xD4000000, enumerator in enum:v8::internal::ExceptionOp
676 HLT = ExceptionFixed | 0x00400000,
677 BRK = ExceptionFixed | 0x00200000,
678 SVC = ExceptionFixed | 0x00000001,
679 HVC = ExceptionFixed | 0x00000002,
680 SMC = ExceptionFixed | 0x00000003,
681 DCPS1 = ExceptionFixed | 0x00A00001,
682 DCPS2 = ExceptionFixed | 0x00A00002,
683 DCPS3 = ExceptionFixed | 0x00A00003
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h720 ExceptionFixed = 0xD4000000, enumerator in enum:vixl::aarch64::ExceptionOp
723 HLT = ExceptionFixed | 0x00400000,
724 BRK = ExceptionFixed | 0x00200000,
725 SVC = ExceptionFixed | 0x00000001,
726 HVC = ExceptionFixed | 0x00000002,
727 SMC = ExceptionFixed | 0x00000003,
728 DCPS1 = ExceptionFixed | 0x00A00001,
729 DCPS2 = ExceptionFixed | 0x00A00002,
730 DCPS3 = ExceptionFixed | 0x00A00003

Completed in 94 milliseconds