HomeSort by: relevance | last modified time | path
    Searched defs:uword64 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 35 typedef uint64_t uword64; typedef
38 #define WORD64HI(t) (unsigned int)(((uword64)(t))>>32)
39 #define SET64LO(t) (((uword64)(t))&0xFFFFFFFF)
40 #define SET64HI(t) (((uword64)(t))<<32)
42 #define UWORD64(h,l) (SET64HI(h)|SET64LO(l))
45 #define NOTHALFWORDVALUE(v) ((((((uword64)(v)>>16) == 0) && !((v) & ((unsigned)1 << 15))) || (((((uword64)(v)>>32) == 0xFFFFFFFF) && ((((uword64)(v)>>16) & 0xFFFF) == 0xFFFF)) && ((v) & ((unsigned)1 << 15)))) ? (1 == 0) : (1 == 1))
682 void cop_ld (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, uword64 memword);
684 uword64 cop_sd (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg)
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 35 typedef uint64_t uword64; typedef
38 #define WORD64HI(t) (unsigned int)(((uword64)(t))>>32)
39 #define SET64LO(t) (((uword64)(t))&0xFFFFFFFF)
40 #define SET64HI(t) (((uword64)(t))<<32)
42 #define UWORD64(h,l) (SET64HI(h)|SET64LO(l))
45 #define NOTHALFWORDVALUE(v) ((((((uword64)(v)>>16) == 0) && !((v) & ((unsigned)1 << 15))) || (((((uword64)(v)>>32) == 0xFFFFFFFF) && ((((uword64)(v)>>16) & 0xFFFF) == 0xFFFF)) && ((v) & ((unsigned)1 << 15)))) ? (1 == 0) : (1 == 1))
682 void cop_ld (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, uword64 memword);
684 uword64 cop_sd (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg)
    [all...]

Completed in 17 milliseconds