Home
last modified time | relevance | path

Searched refs:op_branch (Results 1 – 25 of 40) sorted by relevance

12

/dports/emulators/mednafen/mednafen/src/snes/src/smp/core/
H A Dtable.cpp23 case 0x10: op_branch<0x80, false>(); break; in do_op()
55 case 0x30: op_branch<0x80, true>(); break; in do_op()
87 case 0x50: op_branch<0x40, false>(); break; in do_op()
119 case 0x70: op_branch<0x40, true>(); break; in do_op()
151 case 0x90: op_branch<0x01, false>(); break; in do_op()
183 case 0xb0: op_branch<0x01, true>(); break; in do_op()
215 case 0xd0: op_branch<0x02, false>(); break; in do_op()
247 case 0xf0: op_branch<0x02, true>(); break; in do_op()
H A Dcore.hpp54 template<int, int> void op_branch();
H A Dopcode_pc.cpp10 template<int flag, int value> alwaysinline void SMP::op_branch() { in op_branch() function in SMP
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/higan/processor/spc700/
H A Dspc700.cpp32 case 0x10: return op_branch(regs.p.n == 0); in op_step()
63 case 0x2f: return op_branch(true); in op_step()
64 case 0x30: return op_branch(regs.p.n == 1); in op_step()
96 case 0x50: return op_branch(regs.p.v == 0); in op_step()
128 case 0x70: return op_branch(regs.p.v == 1); in op_step()
160 case 0x90: return op_branch(regs.p.c == 0); in op_step()
192 case 0xb0: return op_branch(regs.p.c == 1); in op_step()
224 case 0xd0: return op_branch(regs.p.z == 0); in op_step()
256 case 0xf0: return op_branch(regs.p.z == 1); in op_step()
H A Dspc700.hpp66 void op_branch(bool);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/higan/processor/spc700/
H A Dspc700.cpp31 case 0x10: return op_branch(regs.p.n == 0); in op_step()
62 case 0x2f: return op_branch(true); in op_step()
63 case 0x30: return op_branch(regs.p.n == 1); in op_step()
95 case 0x50: return op_branch(regs.p.v == 0); in op_step()
127 case 0x70: return op_branch(regs.p.v == 1); in op_step()
159 case 0x90: return op_branch(regs.p.c == 0); in op_step()
191 case 0xb0: return op_branch(regs.p.c == 1); in op_step()
223 case 0xd0: return op_branch(regs.p.z == 0); in op_step()
255 case 0xf0: return op_branch(regs.p.z == 1); in op_step()
H A Dspc700.hpp62 void op_branch(bool);
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/smp/core/
H A Dtable.cpp21 op[0x10] = &SMPcore::op_branch<0x80, false>; in initialize_opcode_table()
53 op[0x30] = &SMPcore::op_branch<0x80, true>; in initialize_opcode_table()
85 op[0x50] = &SMPcore::op_branch<0x40, false>; in initialize_opcode_table()
117 op[0x70] = &SMPcore::op_branch<0x40, true>; in initialize_opcode_table()
149 op[0x90] = &SMPcore::op_branch<0x01, false>; in initialize_opcode_table()
181 op[0xb0] = &SMPcore::op_branch<0x01, true>; in initialize_opcode_table()
213 op[0xd0] = &SMPcore::op_branch<0x02, false>; in initialize_opcode_table()
245 op[0xf0] = &SMPcore::op_branch<0x02, true>; in initialize_opcode_table()
H A Dcore.hpp57 template<int, int> void op_branch();
H A Dopcode_pc.cpp10 template<int flag, int value> void SMPcore::op_branch() { in op_branch() function in SMPcore
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbytecode.c507 goto op_branch; in exec_byte_code()
663 op_branch: in exec_byte_code()
683 goto op_branch; in exec_byte_code()
689 goto op_branch; in exec_byte_code()
696 goto op_branch; in exec_byte_code()
790 goto op_branch; in exec_byte_code()
1423 goto op_branch; in exec_byte_code()
/dports/editors/emacs/emacs-27.2/src/
H A Dbytecode.c508 goto op_branch; in exec_byte_code()
664 op_branch: in exec_byte_code()
684 goto op_branch; in exec_byte_code()
690 goto op_branch; in exec_byte_code()
697 goto op_branch; in exec_byte_code()
791 goto op_branch; in exec_byte_code()
1425 goto op_branch; in exec_byte_code()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/score/
H A Dscore.h81 void op_branch();
H A Dscore.cpp42 …_device::op_jump , &score7_cpu_device::op_rixform1, &score7_cpu_device::op_branch, &score7_cpu_dev…
858 void score7_cpu_device::op_branch() in op_branch() function in score7_cpu_device
/dports/emulators/mame/mame-mame0226/src/devices/cpu/score/
H A Dscore.h81 void op_branch();
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dllvm_gen.cpp130 ll.op_branch (executed, then_block, after_block); in llvm_call_layer()
2109 rop.ll.op_branch (after_block); in LLVMGEN()
2150 rop.ll.op_branch (step_block); in LLVMGEN()
2154 rop.ll.op_branch (cond_block); in LLVMGEN()
3364 rop.ll.op_branch (next_block); in LLVMGEN()
3468 rop.ll.op_branch (after_block); in LLVMGEN()
3482 rop.ll.op_branch (after_block); in LLVMGEN()
3529 rop.ll.op_branch (after_block); in LLVMGEN()
3542 rop.ll.op_branch (after_block); in LLVMGEN()
3814 rop.ll.op_branch (after_block); in LLVMGEN()
[all …]
H A Dllvm_instance.cpp483 ll.op_branch (cond_val, no_userdata_block, after_userdata_block); in llvm_assign_initial_value()
546 ll.op_branch (after_userdata_block); in llvm_assign_initial_value()
918 ll.op_branch (executed, then_block, after_block); in build_llvm_instance()
1021 ll.op_branch (m_exit_instance_block); // also sets insert point in build_llvm_instance()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dllvm_gen.cpp130 ll.op_branch (executed, then_block, after_block); in llvm_call_layer()
2109 rop.ll.op_branch (after_block); in LLVMGEN()
2150 rop.ll.op_branch (step_block); in LLVMGEN()
2154 rop.ll.op_branch (cond_block); in LLVMGEN()
3364 rop.ll.op_branch (next_block); in LLVMGEN()
3468 rop.ll.op_branch (after_block); in LLVMGEN()
3482 rop.ll.op_branch (after_block); in LLVMGEN()
3529 rop.ll.op_branch (after_block); in LLVMGEN()
3542 rop.ll.op_branch (after_block); in LLVMGEN()
3814 rop.ll.op_branch (after_block); in LLVMGEN()
[all …]
H A Dllvm_instance.cpp483 ll.op_branch (cond_val, no_userdata_block, after_userdata_block); in llvm_assign_initial_value()
546 ll.op_branch (after_userdata_block); in llvm_assign_initial_value()
918 ll.op_branch (executed, then_block, after_block); in build_llvm_instance()
1021 ll.op_branch (m_exit_instance_block); // also sets insert point in build_llvm_instance()
/dports/emulators/mednafen/mednafen/src/snes/src/cpu/core/
H A Dcore.hpp143 template<int, int> void op_branch();
H A Dopcode_pc.cpp3 template<int bit, int val> void CPUcore::op_branch() { in op_branch() function in CPUcore
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/cpu/core/
H A Dcore.hpp141 template<int, int> void op_branch();
H A Dopcode_pc.cpp3 template<int bit, int val> void CPUcore::op_branch() { in op_branch() function in CPUcore
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dllvm_util.h558 void op_branch (llvm::BasicBlock *block);
563 void op_branch (llvm::Value *cond, llvm::BasicBlock *trueblock,
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dllvm_util.h558 void op_branch (llvm::BasicBlock *block);
563 void op_branch (llvm::Value *cond, llvm::BasicBlock *trueblock,

12