HomeSort by relevance Sort by last modified time
    Searched defs:ME (Results 1 - 5 of 5) sorted by null

  /external/qemu/memcheck/
memcheck_logging.h 37 #define ME(...) \
  /external/ipsec-tools/src/libipsec/
policy_parse.h 54 ME = 270,
73 #define ME 270
  /external/qemu/tcg/ppc/
tcg-target.c 385 #define ME(e) ((e)<<1)
535 | ME (31 - CPU_TLB_ENTRY_BITS)
550 | ME (31 - TARGET_PAGE_BITS)
722 | ME (31 - CPU_TLB_ENTRY_BITS)
737 | ME (31 - TARGET_PAGE_BITS)
774 | ME (31)));
782 | ME (31)));
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 382 #define ME(e) ((e)<<1)
552 | ME (31 - CPU_TLB_ENTRY_BITS)
562 | ME (31 - TARGET_PAGE_BITS)
    [all...]
  /external/qemu/
ppc-dis.c 657 /* The ME field in an M form instruction. */
658 #define ME LS + 1
662 /* The MB and ME fields in an M form instruction expressed a single
666 #define MBE ME + 1
670 /* The MB or ME field in an MD or MDS form instruction. The high
1254 int mb, me, mx, count, last; local
1306 int mb, me; local
    [all...]

Completed in 122 milliseconds