Home
last modified time | relevance | path

Searched refs:pr32 (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/py-nltk/nltk-3.4.1/nltk/stem/
H A Darlstem.py55 self.pr32 = ['\u0641\u0644\u0644', '\u0648\u0644\u0644']
168 for p3 in self.pr32:
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/v60/
H A Dv60mem.c16 UINT32 (*pr32)(offs_t address); member
375 #define PortRead32 v60.info.pr32
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/v60/
H A Dv60mem.c16 UINT32 (*pr32)(offs_t address); member
375 #define PortRead32 v60.info.pr32
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/v60/
H A Dv60mem.c350 #define PortRead32 v60.info.pr32
H A Dv60.cpp500 UINT32 (*pr32)(offs_t address); member
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/v60/
H A Dv60mem.c350 #define PortRead32 v60.info.pr32
H A Dv60.cpp444 UINT32 (*pr32)(offs_t address); member
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/new_dynarec/
H A Dnew_dynarec_64.c141 static uint64_t pr32[MAXBLOCK]; variable
7135 if(!(pr32[t]&~regs[i].was32))
7136 r32|=pr32[t]&(~(1LL<<rt1[i+1]))&(~(1LL<<rt2[i+1]));
7148 r32|=pr32[i+2];
7210 pr32[i]=r32;
7219 pr32[i]|=1LL<<regs[i].regmap_entry[hr];
10459 if(!(pr32[t]&~regs[i].was32))
10460 r32|=pr32[t]&(~(1LL<<rt1[i+1]))&(~(1LL<<rt2[i+1]));
H A Dnew_dynarec.c158 static uint64_t pr32[MAXBLOCK]; variable
7065 if(!(pr32[t]&~regs[i].was32))
7066 r32|=pr32[t]&(~(1LL<<rt1[i+1]))&(~(1LL<<rt2[i+1]));
7078 r32|=pr32[i+2];
7140 pr32[i]=r32;
7149 pr32[i]|=1LL<<regs[i].regmap_entry[hr];
10466 if(!(pr32[t]&~regs[i].was32))
10467 r32|=pr32[t]&(~(1LL<<rt1[i+1]))&(~(1LL<<rt2[i+1]));