Home
last modified time | relevance | path

Searched refs:INS_LOAD (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.h275 #define INS_LOAD 0x6000 macro
334 #define INS_MOV (INS_LOAD | 0x01)
335 #define INS_MOVCC (INS_LOAD | 0x02)
336 #define INS_XCHG (INS_LOAD | 0x03)
337 #define INS_XCHGCC (INS_LOAD | 0x04)
338 #define INS_CONV (INS_LOAD | 0x05) /* move and convert type */
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java80 private final static byte INS_LOAD = (byte) 0x02; field in Storage
488 case INS_LOAD: /* getSlot(id) */ in process()