Home
last modified time | relevance | path

Searched refs:regOp (Results 1 – 25 of 36) sorted by relevance

12

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A Dx64Emitter.cpp1360 IMUL(bits, regOp, R(regOp), a) ; in IMUL()
1377 arg.operandReg = regOp; in WriteSSEOp()
1545 void XEmitter::ORPS(X64Reg regOp, OpArg arg) {WriteSSEOp(0x00, sseOR, regOp, arg);} in ORPS() argument
1546 void XEmitter::ORPD(X64Reg regOp, OpArg arg) {WriteSSEOp(0x66, sseOR, regOp, arg);} in ORPD() argument
1604 void XEmitter::CVTPS2PD(X64Reg regOp, OpArg arg) {WriteSSEOp(0x00, 0x5A, regOp, arg);} in CVTPS2PD() argument
1605 void XEmitter::CVTPD2PS(X64Reg regOp, OpArg arg) {WriteSSEOp(0x66, 0x5A, regOp, arg);} in CVTPD2PS() argument
1607 void XEmitter::CVTSD2SS(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF2, 0x5A, regOp, arg);} in CVTSD2SS() argument
1608 void XEmitter::CVTSS2SD(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF3, 0x5A, regOp, arg);} in CVTSS2SD() argument
1609 void XEmitter::CVTSD2SI(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF2, 0x2D, regOp, arg);} in CVTSD2SI() argument
1648 MOVSD(regOp, arg); in MOVDDUP()
[all …]
H A Dx64Emitter.h580 void ADDSS(X64Reg regOp, OpArg arg);
581 void ADDSD(X64Reg regOp, OpArg arg);
601 inline void CMPEQSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_EQ); } in CMPEQSS() argument
602 inline void CMPLTSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_LT); } in CMPLTSS() argument
603 inline void CMPLESS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_LE); } in CMPLESS() argument
604 inline void CMPUNORDSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_UNORD); } in CMPUNORDSS() argument
605 inline void CMPNEQSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_NEQ); } in CMPNEQSS() argument
606 inline void CMPNLTSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_NLT); } in CMPNLTSS() argument
607 inline void CMPORDSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_ORD); } in CMPORDSS() argument
634 void ORPS(X64Reg regOp, OpArg arg);
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A Dx64Emitter.cpp1360 IMUL(bits, regOp, R(regOp), a) ; in IMUL()
1377 arg.operandReg = regOp; in WriteSSEOp()
1545 void XEmitter::ORPS(X64Reg regOp, OpArg arg) {WriteSSEOp(0x00, sseOR, regOp, arg);} in ORPS() argument
1546 void XEmitter::ORPD(X64Reg regOp, OpArg arg) {WriteSSEOp(0x66, sseOR, regOp, arg);} in ORPD() argument
1604 void XEmitter::CVTPS2PD(X64Reg regOp, OpArg arg) {WriteSSEOp(0x00, 0x5A, regOp, arg);} in CVTPS2PD() argument
1605 void XEmitter::CVTPD2PS(X64Reg regOp, OpArg arg) {WriteSSEOp(0x66, 0x5A, regOp, arg);} in CVTPD2PS() argument
1607 void XEmitter::CVTSD2SS(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF2, 0x5A, regOp, arg);} in CVTSD2SS() argument
1608 void XEmitter::CVTSS2SD(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF3, 0x5A, regOp, arg);} in CVTSS2SD() argument
1609 void XEmitter::CVTSD2SI(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF2, 0x2D, regOp, arg);} in CVTSD2SI() argument
1648 MOVSD(regOp, arg); in MOVDDUP()
[all …]
H A Dx64Emitter.h580 void ADDSS(X64Reg regOp, OpArg arg);
581 void ADDSD(X64Reg regOp, OpArg arg);
601 inline void CMPEQSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_EQ); } in CMPEQSS() argument
602 inline void CMPLTSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_LT); } in CMPLTSS() argument
603 inline void CMPLESS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_LE); } in CMPLESS() argument
604 inline void CMPUNORDSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_UNORD); } in CMPUNORDSS() argument
605 inline void CMPNEQSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_NEQ); } in CMPNEQSS() argument
606 inline void CMPNLTSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_NLT); } in CMPNLTSS() argument
607 inline void CMPORDSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_ORD); } in CMPORDSS() argument
634 void ORPS(X64Reg regOp, OpArg arg);
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A Dx64Emitter.cpp1360 IMUL(bits, regOp, R(regOp), a) ; in IMUL()
1377 arg.operandReg = regOp; in WriteSSEOp()
1545 void XEmitter::ORPS(X64Reg regOp, OpArg arg) {WriteSSEOp(0x00, sseOR, regOp, arg);} in ORPS() argument
1546 void XEmitter::ORPD(X64Reg regOp, OpArg arg) {WriteSSEOp(0x66, sseOR, regOp, arg);} in ORPD() argument
1604 void XEmitter::CVTPS2PD(X64Reg regOp, OpArg arg) {WriteSSEOp(0x00, 0x5A, regOp, arg);} in CVTPS2PD() argument
1605 void XEmitter::CVTPD2PS(X64Reg regOp, OpArg arg) {WriteSSEOp(0x66, 0x5A, regOp, arg);} in CVTPD2PS() argument
1607 void XEmitter::CVTSD2SS(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF2, 0x5A, regOp, arg);} in CVTSD2SS() argument
1608 void XEmitter::CVTSS2SD(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF3, 0x5A, regOp, arg);} in CVTSS2SD() argument
1609 void XEmitter::CVTSD2SI(X64Reg regOp, OpArg arg) {WriteSSEOp(0xF2, 0x2D, regOp, arg);} in CVTSD2SI() argument
1648 MOVSD(regOp, arg); in MOVDDUP()
[all …]
H A Dx64Emitter.h580 void ADDSS(X64Reg regOp, OpArg arg);
581 void ADDSD(X64Reg regOp, OpArg arg);
601 inline void CMPEQSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_EQ); } in CMPEQSS() argument
602 inline void CMPLTSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_LT); } in CMPLTSS() argument
603 inline void CMPLESS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_LE); } in CMPLESS() argument
604 inline void CMPUNORDSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_UNORD); } in CMPUNORDSS() argument
605 inline void CMPNEQSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_NEQ); } in CMPNEQSS() argument
606 inline void CMPNLTSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_NLT); } in CMPNLTSS() argument
607 inline void CMPORDSS(X64Reg regOp, OpArg arg) { CMPSS(regOp, arg, CMP_ORD); } in CMPORDSS() argument
634 void ORPS(X64Reg regOp, OpArg arg);
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A Dx64Emitter.cpp1813 IMUL(bits, regOp, R(regOp), a); in IMUL()
1829 arg.operandReg = regOp; in WriteSSEOp()
2236 MOVAPS(regOp, arg); in MOVAPD()
2244 MOVAPS(arg, regOp); in MOVAPD()
2456 MOVAPD(regOp, arg); in MOVSLDUP()
2457 UNPCKLPS(regOp, R(regOp)); in MOVSLDUP()
2469 MOVAPD(regOp, arg); in MOVSHDUP()
2470 UNPCKHPS(regOp, R(regOp)); in MOVSHDUP()
2483 MOVSD(regOp, arg); in MOVDDUP()
2487 MOVAPD(regOp, arg); in MOVDDUP()
[all …]
H A Dx64Emitter.h610 void ADDSS(X64Reg regOp, const OpArg& arg);
611 void ADDSD(X64Reg regOp, const OpArg& arg);
612 void SUBSS(X64Reg regOp, const OpArg& arg);
613 void SUBSD(X64Reg regOp, const OpArg& arg);
614 void MULSS(X64Reg regOp, const OpArg& arg);
615 void MULSD(X64Reg regOp, const OpArg& arg);
616 void DIVSS(X64Reg regOp, const OpArg& arg);
617 void DIVSD(X64Reg regOp, const OpArg& arg);
618 void MINSS(X64Reg regOp, const OpArg& arg);
656 void ORPS(X64Reg regOp, const OpArg& arg);
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dfpga_gfx.c61 if (regOp->only_munmap == 0) in do_mmap_op()
65 if (regOp->fd < 1) in do_mmap_op()
71 if (regOp->ptr == MAP_FAILED) in do_mmap_op()
78 if (regOp->only_mmap == 0) in do_mmap_op()
86 close(regOp->fd); in do_mmap_op()
94 memset(&fpga->regOp, 0, sizeof(fpga->regOp)); in fpga_gfx_create()
96 fpga->regOp.only_mmap = 1; in fpga_gfx_create()
98 do_mmap_op(&fpga->regOp); in fpga_gfx_create()
276 fpga->regOp.only_mmap = 0; in fpga_gfx_free()
277 fpga->regOp.only_munmap = 1; in fpga_gfx_free()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/Jit64Common/
H A DEmuCodeBlock.cpp763 if (arg1.IsSimpleReg(regOp)) in avx_op()
765 (this->*sseOp)(regOp, arg2); in avx_op()
790 MOVAPD(regOp, R(XMM0)); in avx_op()
792 MOVSD(regOp, R(XMM0)); in avx_op()
799 MOVAPD(regOp, arg1); in avx_op()
801 MOVSD(regOp, arg1); in avx_op()
802 (this->*sseOp)(regOp, arg1 == arg2 ? R(regOp) : arg2); in avx_op()
811 if (arg1.IsSimpleReg(regOp)) in avx_op()
831 MOVAPD(regOp, R(XMM0)); in avx_op()
836 MOVAPD(regOp, arg1); in avx_op()
[all …]
H A DEmuCodeBlock.h113 void (Gen::XEmitter::*sseOp)(Gen::X64Reg, const Gen::OpArg&), Gen::X64Reg regOp,
117 void (Gen::XEmitter::*sseOp)(Gen::X64Reg, const Gen::OpArg&, u8), Gen::X64Reg regOp,
/dports/emulators/bsvc/bsvc-2.4.6/src/Assemblers/68kasm/
H A Dbuild.c334 opDescriptor *regOp; in movec() local
344 regOp = source; in movec()
347 regOp = dest; in movec()
350 mask2 = regOp->reg << 12; in movec()
351 if (regOp->mode == AnDirect) in movec()
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dfpga_common.h49 RegOp regOp; member
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_api.cc379 regOp.arguments.clear(); in registerOp()
387 regOp.set_attr_parser(attr_parser); in registerOp()
388 regOp.set_num_inputs(num_inputs); in registerOp()
389 regOp.set_num_outputs(num_outputs); in registerOp()
390 regOp.set_attr<nnvm::FInferType>("FInferType", infer_type, plevel); in registerOp()
398 regOp.set_num_inputs(num_subgraph_inputs); in registerOp()
399 regOp.set_num_outputs(DefaultSubgraphOpNumOutputs); in registerOp()
402 regOp.set_attr<FInferStorageType>("FInferStorageType", in registerOp()
404 regOp.set_attr<nnvm::FMutateInputs>("FMutateInputs", in registerOp()
450 regOp.set_attr<nnvm::FGradient>("FGradient", grad_reg, plevel); in registerOp()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_api.cc379 regOp.arguments.clear(); in registerOp()
387 regOp.set_attr_parser(attr_parser); in registerOp()
388 regOp.set_num_inputs(num_inputs); in registerOp()
389 regOp.set_num_outputs(num_outputs); in registerOp()
390 regOp.set_attr<nnvm::FInferType>("FInferType", infer_type, plevel); in registerOp()
398 regOp.set_num_inputs(num_subgraph_inputs); in registerOp()
399 regOp.set_num_outputs(DefaultSubgraphOpNumOutputs); in registerOp()
402 regOp.set_attr<FInferStorageType>("FInferStorageType", in registerOp()
404 regOp.set_attr<nnvm::FMutateInputs>("FMutateInputs", in registerOp()
450 regOp.set_attr<nnvm::FGradient>("FGradient", grad_reg, plevel); in registerOp()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.cpp161 void (MacroAssembler::*regOp)(const Operand&, FloatRegister, FloatRegister), in binarySimd128()
165 (asMasm().*regOp)(Operand(scratch), lhsDest, lhsDest); in binarySimd128()
173 void (MacroAssembler::*regOp)(const Operand&, FloatRegister, FloatRegister), in binarySimd128()
178 (asMasm().*regOp)(Operand(scratch), lhs, dest); in binarySimd128()
186 void (MacroAssembler::*regOp)(const Operand&, FloatRegister), in binarySimd128()
190 (asMasm().*regOp)(Operand(scratch), lhs); in binarySimd128()
H A DMacroAssembler-x86-shared.h399 void (MacroAssembler::*regOp)(const Operand&,
406 void (MacroAssembler::*regOp)(const Operand&, FloatRegister,
411 void (MacroAssembler::*regOp)(const Operand&,
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.cpp162 void (MacroAssembler::*regOp)(const Operand&, FloatRegister, FloatRegister), in binarySimd128()
166 (asMasm().*regOp)(Operand(scratch), lhsDest, lhsDest); in binarySimd128()
174 void (MacroAssembler::*regOp)(const Operand&, FloatRegister), in binarySimd128()
178 (asMasm().*regOp)(Operand(scratch), lhs); in binarySimd128()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.cpp162 void (MacroAssembler::*regOp)(const Operand&, FloatRegister, FloatRegister), in binarySimd128()
166 (asMasm().*regOp)(Operand(scratch), lhsDest, lhsDest); in binarySimd128()
174 void (MacroAssembler::*regOp)(const Operand&, FloatRegister), in binarySimd128()
178 (asMasm().*regOp)(Operand(scratch), lhs); in binarySimd128()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Ddbopl.cpp1135 Operator* regOp = (Operator *)( ((char *)this ) + OpOffsetTable[ index ] ); \
1136 regOp->_FUNC_( this, val ); \
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/opl/
H A Ddbopl.cpp1135 Operator* regOp = (Operator *)( ((char *)this ) + OpOffsetTable[ index ] ); \
1136 regOp->_FUNC_( this, val ); \
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/dosbox/
H A Ddbopl.cpp1100 Operator* regOp = (Operator*)( ((char *)this ) + OpOffsetTable[ index ] ); \
1101 regOp->_FUNC_( this, val ); \
/dports/games/ecwolf/ecwolf-1.3.3-src/src/dosbox/
H A Ddbopl.cpp1113 Operator* regOp = (Operator*)( ((char *)this ) + OpOffsetTable[ index ] ); \
1114 regOp->_FUNC_( this, val ); \
/dports/games/bstone/bstone-1.1.9/src/dosbox/
H A Ddbopl.cpp1088 Operator* regOp = (Operator*)( ((char *)this ) + OpOffsetTable[ index ] ); \
1089 regOp->_FUNC_( this, val ); \
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Ddbopl.cpp1089 Operator* regOp = (Operator*)( ((char *)this ) + OpOffsetTable[ index ] ); \
1090 regOp->_FUNC_( this, val ); \

12