HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionFixed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/arm64/
constants-arm64.h 676 ExceptionFixed = 0xD4000000,
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
    [all...]
  /external/vixl/src/a64/
constants-a64.h 566 ExceptionFixed = 0xD4000000,
569 HLT = ExceptionFixed | 0x00400000,
570 BRK = ExceptionFixed | 0x00200000,
571 SVC = ExceptionFixed | 0x00000001,
572 HVC = ExceptionFixed | 0x00000002,
573 SMC = ExceptionFixed | 0x00000003,
574 DCPS1 = ExceptionFixed | 0x00A00001,
575 DCPS2 = ExceptionFixed | 0x00A00002,
576 DCPS3 = ExceptionFixed | 0x00A00003
    [all...]

Completed in 38 milliseconds