Home
last modified time | relevance | path

Searched refs:WORD64LO (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dinterp.c1667 FGR[0] = WORD64LO (GPR[4]); in mips16_entry()
1672 FGR[0] = WORD64LO (GPR[5]); in mips16_entry()
1673 FGR[1] = WORD64LO (GPR[4]); in mips16_entry()
Dsim-main.h37 #define WORD64LO(t) (unsigned int)((t)&0xFFFFFFFF) macro
DChangeLog-20213279 (WORD64LO, WORD64HI, SET64LO, SET64HI, WORD64, UWORD64): Ditto.
4079 WORD64HI, WORD64LO, SET64HI and SET64LO macro calls.