Home
last modified time | relevance | path

Searched refs:load_consts (Results 1 – 16 of 16) sorted by relevance

/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_peepholer.py89 load_consts = [instr for instr in dis.get_instructions(code)
91 self.assertEqual(len(load_consts), 2)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_peepholer.py145 load_consts = [instr for instr in dis.get_instructions(code)
147 self.assertEqual(len(load_consts), 2)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_peepholer.py145 load_consts = [instr for instr in dis.get_instructions(code)
147 self.assertEqual(len(load_consts), 2)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_peepholer.py145 load_consts = [instr for instr in dis.get_instructions(code)
147 self.assertEqual(len(load_consts), 2)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_peepholer.py145 load_consts = [instr for instr in dis.get_instructions(code)
147 self.assertEqual(len(load_consts), 2)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/
H A Dpeephole_opt.py206 load_consts = self.block[start - nconst : start]
207 self.block[start - nconst : start] = reversed(load_consts)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_peepholer.py145 load_consts = [instr for instr in dis.get_instructions(code)
147 self.assertEqual(len(load_consts), 2)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/
H A Dpeephole_opt.py211 load_consts = self.block[start - nconst : start]
212 self.block[start - nconst : start] = reversed(load_consts)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_peepholer.py145 load_consts = [instr for instr in dis.get_instructions(code)
147 self.assertEqual(len(load_consts), 2)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_peepholer.py145 load_consts = [instr for instr in dis.get_instructions(code)
147 self.assertEqual(len(load_consts), 2)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_peepholer.py150 load_consts = [instr for instr in dis.get_instructions(code)
152 self.assertEqual(len(load_consts), 2)
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/sh2_dynarec/
H A Dsh2_dynarec.c3262 void load_consts(signed char pre[],signed char regmap[],int i) in load_consts() function
3688 load_consts(regmap_pre[i],regs[i].regmap,i); in do_ccstub()
7846 load_consts(regmap_pre[i],regs[i].regmap,i); in sh2_recompile_block()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/new_dynarec/
H A Dnew_dynarec.c3865 void load_consts(signed char pre[],signed char regmap[],int is32,int i) in load_consts() function
10095 load_consts(regmap_pre[i],regs[i].regmap,regs[i].was32,i);
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/new_dynarec/
H A Dnew_dynarec.c3865 void load_consts(signed char pre[],signed char regmap[],int is32,int i) in load_consts() function
10095 load_consts(regmap_pre[i],regs[i].regmap,regs[i].was32,i);
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/new_dynarec/
H A Dnew_dynarec_64.c4299 static void load_consts(signed char pre[],signed char regmap[],int is32,int i) in load_consts() function
10823 load_consts(regmap_pre[i],regs[i].regmap,regs[i].was32,i);
H A Dnew_dynarec.c4240 static void load_consts(signed char pre[],signed char regmap[],int is32,int i) in load_consts() function
10811 load_consts(regmap_pre[i],regs[i].regmap,regs[i].was32,i);