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

  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.h 275 #define INS_LOAD 0x6000
333 /* INS_LOAD group */
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/
Storage.java 80 private final static byte INS_LOAD = (byte) 0x02;
488 case INS_LOAD: /* getSlot(id) */

Completed in 66 milliseconds