Home
last modified time | relevance | path

Searched refs:operand3 (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/dports/devel/tpasm/tpasm1.11/processors/
H A Dctxp1.c888 CheckImmediate4(operand3->value,true,true); in HandleAddressingMode()
892 …fail=!GenerateCTXP1Word(addressingMode->baseOpcode|(operand3->value<<4)|operand2->value,listingRec… in HandleAddressingMode()
896 CheckImmediate1(operand3->value,true,true); in HandleAddressingMode()
904 CheckImmediate1(operand3->value,true,true); in HandleAddressingMode()
966 …return((numOperands==3)&&(operand1->type==OT_C)&&(operand2->type==OT_REG)&&(operand3->type==OT_IMM… in OperandsMatchAddressingMode()
969 …return((numOperands==3)&&(operand1->type==OT_C)&&(operand2->type==OT_REG)&&(operand3->type==OT_REG… in OperandsMatchAddressingMode()
972 …return((numOperands==3)&&(operand1->type==OT_REG)&&(operand2->type==OT_IMM)&&(operand3->type==OT_I… in OperandsMatchAddressingMode()
975 …return((numOperands==3)&&(operand1->type==OT_REG)&&(operand2->type==OT_IMM)&&(operand3->type==OT_C… in OperandsMatchAddressingMode()
981 …return((numOperands==3)&&(operand1->type==OT_REG)&&(operand2->type==OT_REG)&&(operand3->type==OT_C… in OperandsMatchAddressingMode()
1017 if(ParseOperand(line,lineIndex,operand3)) in ParseOperands()
[all …]
H A D8051.c1018 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1042 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1139 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1192 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1438 …return((numOperands==3)&&(operand1->type==OT_A)&&(operand2->type==OT_VALUE)&&(operand3->type==OT_V… in OperandsMatchAddressingMode()
1441 …return((numOperands==3)&&(operand1->type==OT_A)&&(operand2->type==OT_IMMEDIATE)&&(operand3->type==… in OperandsMatchAddressingMode()
1459 …ds==3)&&(operand1->type==OT_REGISTER)&&(operand2->type==OT_IMMEDIATE)&&(operand3->type==OT_VALUE)); in OperandsMatchAddressingMode()
1540 if(ParseOperand(line,lineIndex,operand3)) in ParseOperands()
1612 operand3; in AttemptOpcode() local
1627 …if(ParseOperands(line,lineIndex,&numOperands,&operand1,&operand2,&operand3)) // fetch operands for… in AttemptOpcode()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-node.h67 uint32_t operand3,
77 SetOperand(3, operand3); in bytecode_()
82 uint32_t operand3, uint32_t operand4,
92 SetOperand(3, operand3); in bytecode_()
138 uint32_t operand3 = 0, uint32_t operand4 = 0)
147 operands_[3] = operand3; in bytecode_()
209 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
211 operand2, operand3); in Create()
220 uint32_t operand2, uint32_t operand3, in Create() argument
231 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-node.h67 uint32_t operand3,
77 SetOperand(3, operand3); in bytecode_()
82 uint32_t operand3, uint32_t operand4,
92 SetOperand(3, operand3); in bytecode_()
138 uint32_t operand3 = 0, uint32_t operand4 = 0)
147 operands_[3] = operand3; in bytecode_()
209 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
211 operand2, operand3); in Create()
220 uint32_t operand2, uint32_t operand3, in Create() argument
231 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-node.h67 uint32_t operand3,
77 SetOperand(3, operand3); in bytecode_()
82 uint32_t operand3, uint32_t operand4,
92 SetOperand(3, operand3); in bytecode_()
138 uint32_t operand3 = 0, uint32_t operand4 = 0)
147 operands_[3] = operand3; in bytecode_()
209 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
211 operand2, operand3); in Create()
220 uint32_t operand2, uint32_t operand3, in Create() argument
231 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-node.h65 uint32_t operand2, uint32_t operand3,
75 SetOperand(3, operand3); in bytecode_()
79 uint32_t operand2, uint32_t operand3, uint32_t operand4,
89 SetOperand(3, operand3); in bytecode_()
135 uint32_t operand3 = 0, uint32_t operand4 = 0))
144 operands_[3] = operand3; in bytecode_()
206 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in INLINE()
208 operand2, operand3); in INLINE()
217 uint32_t operand2, uint32_t operand3, in INLINE() argument
228 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in INLINE()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/expr/
H A Dqtriplecontainer.cpp52 const Expression::Ptr &operand3) : m_operand1(operand1), in TripleContainer() argument
54 m_operand3(operand3) in TripleContainer()
58 Q_ASSERT(operand3); in TripleContainer()
H A Dqtriplecontainer_p.h80 const Expression::Ptr &operand3);
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/expr/
H A Dqtriplecontainer.cpp50 const Expression::Ptr &operand3) : m_operand1(operand1), in TripleContainer() argument
52 m_operand3(operand3) in TripleContainer()
56 Q_ASSERT(operand3); in TripleContainer()
H A Dqtriplecontainer_p.h76 const Expression::Ptr &operand3);
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_vector_x_indexed_element.cpp40 const IR::U128 operand3 = v.V(datasize, Vd); in MultiplyByElement() local
44 result = v.ir.VectorAdd(esize, operand3, result); in MultiplyByElement()
46 result = v.ir.VectorSub(esize, operand3, result); in MultiplyByElement()
71 const IR::U128 operand3 = v.V(datasize, Vd); in FPMultiplyByElement() local
80 return v.ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FPMultiplyByElement()
101 const IR::U128 operand3 = v.V(datasize, Vd); in FPMultiplyByElementHalfPrecision() local
112 return v.ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FPMultiplyByElementHalfPrecision()
195 const IR::U128 operand3 = v.V(2 * datasize, Vd); in MultiplyLong() local
197 return v.ir.VectorAdd(2 * esize, operand3, product); in MultiplyLong()
200 return v.ir.VectorSub(2 * esize, operand3, product); in MultiplyLong()
[all …]
H A Dsimd_three_same.cpp499 const IR::U128 operand3 = V(datasize, Vd); in MLA_vec() local
688 const IR::U128 operand3 = V(datasize, Vd); in FMLA_vec_1() local
689 const IR::U128 result = ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FMLA_vec_1()
705 const IR::U128 operand3 = V(datasize, Vd); in FMLA_vec_2() local
706 const IR::U128 result = ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FMLA_vec_2()
718 const IR::U128 operand3 = V(datasize, Vd); in FMLS_vec_1() local
735 const IR::U128 operand3 = V(datasize, Vd); in FMLS_vec_2() local
1101 const IR::U128 operand3 = V(datasize, Vd); in MLS_vec() local
1223 const auto operand3 = ir.VectorNot(V(datasize, Vm)); in BIF() local
1235 const auto operand3 = V(datasize, Vm); in BIT() local
[all …]
H A Dsimd_three_same_extra.cpp77 const IR::U128 operand3 = V(datasize, Vd); in FCMLA_vec() local
115 const IR::U32U64 operand3_elem1 = ir.VectorGetElement(esize, operand3, first); in FCMLA_vec()
116 const IR::U32U64 operand3_elem2 = ir.VectorGetElement(esize, operand3, second); in FCMLA_vec()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_vector_x_indexed_element.cpp40 const IR::U128 operand3 = v.V(datasize, Vd); in MultiplyByElement() local
44 result = v.ir.VectorAdd(esize, operand3, result); in MultiplyByElement()
46 result = v.ir.VectorSub(esize, operand3, result); in MultiplyByElement()
71 const IR::U128 operand3 = v.V(datasize, Vd); in FPMultiplyByElement() local
80 return v.ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FPMultiplyByElement()
101 const IR::U128 operand3 = v.V(datasize, Vd); in FPMultiplyByElementHalfPrecision() local
112 return v.ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FPMultiplyByElementHalfPrecision()
195 const IR::U128 operand3 = v.V(2 * datasize, Vd); in MultiplyLong() local
197 return v.ir.VectorAdd(2 * esize, operand3, product); in MultiplyLong()
200 return v.ir.VectorSub(2 * esize, operand3, product); in MultiplyLong()
[all …]
H A Dsimd_three_same.cpp499 const IR::U128 operand3 = V(datasize, Vd); in MLA_vec() local
688 const IR::U128 operand3 = V(datasize, Vd); in FMLA_vec_1() local
689 const IR::U128 result = ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FMLA_vec_1()
705 const IR::U128 operand3 = V(datasize, Vd); in FMLA_vec_2() local
706 const IR::U128 result = ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FMLA_vec_2()
718 const IR::U128 operand3 = V(datasize, Vd); in FMLS_vec_1() local
735 const IR::U128 operand3 = V(datasize, Vd); in FMLS_vec_2() local
1101 const IR::U128 operand3 = V(datasize, Vd); in MLS_vec() local
1223 const auto operand3 = ir.VectorNot(V(datasize, Vm)); in BIF() local
1235 const auto operand3 = V(datasize, Vm); in BIT() local
[all …]
H A Dsimd_three_same_extra.cpp77 const IR::U128 operand3 = V(datasize, Vd); in FCMLA_vec() local
115 const IR::U32U64 operand3_elem1 = ir.VectorGetElement(esize, operand3, first); in FCMLA_vec()
116 const IR::U32U64 operand3_elem2 = ir.VectorGetElement(esize, operand3, second); in FCMLA_vec()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_vector_x_indexed_element.cpp40 const IR::U128 operand3 = v.V(datasize, Vd); in MultiplyByElement() local
44 result = v.ir.VectorAdd(esize, operand3, result); in MultiplyByElement()
46 result = v.ir.VectorSub(esize, operand3, result); in MultiplyByElement()
71 const IR::U128 operand3 = v.V(datasize, Vd); in FPMultiplyByElement() local
80 return v.ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FPMultiplyByElement()
101 const IR::U128 operand3 = v.V(datasize, Vd); in FPMultiplyByElementHalfPrecision() local
112 return v.ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FPMultiplyByElementHalfPrecision()
195 const IR::U128 operand3 = v.V(2 * datasize, Vd); in MultiplyLong() local
197 return v.ir.VectorAdd(2 * esize, operand3, product); in MultiplyLong()
200 return v.ir.VectorSub(2 * esize, operand3, product); in MultiplyLong()
[all …]
H A Dsimd_three_same.cpp499 const IR::U128 operand3 = V(datasize, Vd); in MLA_vec() local
688 const IR::U128 operand3 = V(datasize, Vd); in FMLA_vec_1() local
689 const IR::U128 result = ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FMLA_vec_1()
705 const IR::U128 operand3 = V(datasize, Vd); in FMLA_vec_2() local
706 const IR::U128 result = ir.FPVectorMulAdd(esize, operand3, operand1, operand2); in FMLA_vec_2()
718 const IR::U128 operand3 = V(datasize, Vd); in FMLS_vec_1() local
735 const IR::U128 operand3 = V(datasize, Vd); in FMLS_vec_2() local
1101 const IR::U128 operand3 = V(datasize, Vd); in MLS_vec() local
1223 const auto operand3 = ir.VectorNot(V(datasize, Vm)); in BIF() local
1235 const auto operand3 = V(datasize, Vm); in BIT() local
[all …]
H A Dsimd_three_same_extra.cpp77 const IR::U128 operand3 = V(datasize, Vd); in FCMLA_vec() local
115 const IR::U32U64 operand3_elem1 = ir.VectorGetElement(esize, operand3, first); in FCMLA_vec()
116 const IR::U32U64 operand3_elem2 = ir.VectorGetElement(esize, operand3, second); in FCMLA_vec()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_where_op.cc38 mxnet::TShape& operand3 = (*in_attrs)[2]; in NumpyWhereOpShape() local
40 if (operand1 == operand2 && operand2 == operand3) { in NumpyWhereOpShape()
44 mxnet::TShape out(std::max({operand1.ndim(), operand2.ndim(), operand3.ndim()}), -1); in NumpyWhereOpShape()
47 const int b3 = out.ndim() - operand3.ndim(); in NumpyWhereOpShape()
52 if (i >= b3) s3 = operand3[i-b3]; in NumpyWhereOpShape()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_where_op.cc38 mxnet::TShape& operand3 = (*in_attrs)[2]; in NumpyWhereOpShape() local
40 if (operand1 == operand2 && operand2 == operand3) { in NumpyWhereOpShape()
44 mxnet::TShape out(std::max({operand1.ndim(), operand2.ndim(), operand3.ndim()}), -1); in NumpyWhereOpShape()
47 const int b3 = out.ndim() - operand3.ndim(); in NumpyWhereOpShape()
52 if (i >= b3) s3 = operand3[i-b3]; in NumpyWhereOpShape()
/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Duintarithsmallmod.h408 … std::uint64_t operand1, std::uint64_t operand2, std::uint64_t operand3, const Modulus &modulus) in multiply_add_uint_mod() argument
413 temp[1] += add_uint64(temp[0], operand3, temp); in multiply_add_uint_mod()
422 …std::uint64_t operand1, MultiplyUIntModOperand operand2, std::uint64_t operand3, const Modulus &mo… in multiply_add_uint_mod() argument
425 … multiply_uint_mod(operand1, operand2, modulus), barrett_reduce_64(operand3, modulus), modulus); in multiply_add_uint_mod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dir_builder.h105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
117 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand3}}})); in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
135 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand3}}, in AddQuadOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dir_builder.h105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
117 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand3}}})); in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
135 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand3}}, in AddQuadOp()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dir_builder.h105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
117 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand3}}})); in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
135 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand3}}, in AddQuadOp()

12345678910>>...16