Searched refs:ExceptionFixed (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 768 ExceptionFixed = 0xD4000000, 771 HLT = ExceptionFixed | 0x00400000, 772 BRK = ExceptionFixed | 0x00200000, 773 SVC = ExceptionFixed | 0x00000001, 774 HVC = ExceptionFixed | 0x00000002, 775 SMC = ExceptionFixed | 0x00000003, 776 DCPS1 = ExceptionFixed | 0x00A00001, 777 DCPS2 = ExceptionFixed | 0x00A00002, 778 DCPS3 = ExceptionFixed | 0x00A00003
|
H A D | instructions-arm64.h | 382 bool IsException() const { return Mask(ExceptionFMask) == ExceptionFixed; } in IsException()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 950 ExceptionFixed = 0xD4000000, enumerator 953 HLT = ExceptionFixed | 0x00400000, 954 BRK = ExceptionFixed | 0x00200000, 955 SVC = ExceptionFixed | 0x00000001, 956 HVC = ExceptionFixed | 0x00000002, 957 SMC = ExceptionFixed | 0x00000003, 958 DCPS1 = ExceptionFixed | 0x00A00001, 959 DCPS2 = ExceptionFixed | 0x00A00002, 960 DCPS3 = ExceptionFixed | 0x00A00003
|
H A D | instructions-aarch64.h | 501 bool IsException() const { return Mask(ExceptionFMask) == ExceptionFixed; } in IsException()
|
Completed in 21 milliseconds