Home
last modified time | relevance | path

Searched refs:JMPC (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/externals/nihstro/include/nihstro/
H A Dshader_bytecode.h267 JMPC = 0x2C, enumerator
327 JMPC = JMP | HasCondition, enumerator
428 { OpCode::Type::Conditional, OpCode::Info::JMPC, "jmpc" }, in GetInfo()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/include/nihstro/
H A Dshader_bytecode.h267 JMPC = 0x2C, enumerator
327 JMPC = JMP | HasCondition, enumerator
428 { OpCode::Type::Conditional, OpCode::Info::JMPC, "jmpc" }, in GetInfo()
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_decompiler.cpp139 case OpCode::Id::JMPC: in Scan()
660 case OpCode::Id::JMPC: in CompileInstr()
663 if (instr.opcode.Value() == OpCode::Id::JMPC) { in CompileInstr()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_decompiler.cpp139 case OpCode::Id::JMPC: in Scan()
660 case OpCode::Id::JMPC: in CompileInstr()
663 if (instr.opcode.Value() == OpCode::Id::JMPC) { in CompileInstr()
/dports/emulators/citra/citra-ac98458e0/src/video_core/shader/
H A Dshader_interpreter.cpp550 case OpCode::Id::JMPC: in RunInterpreter()
H A Dshader_jit_x64_compiler.cpp762 if (instr.opcode.Value() == OpCode::Id::JMPC) in Compile_JMP()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/shader/
H A Dshader_interpreter.cpp550 case OpCode::Id::JMPC: in RunInterpreter()
H A Dshader_jit_x64_compiler.cpp762 if (instr.opcode.Value() == OpCode::Id::JMPC) in Compile_JMP()
/dports/emulators/citra/citra-ac98458e0/externals/nihstro/src/
H A Dassembler.cpp978 { OpCode::Id::GEN_JMP, OpCode::Id::JMPC }, in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/src/
H A Dassembler.cpp978 { OpCode::Id::GEN_JMP, OpCode::Id::JMPC }, in main()