Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-node.h53 uint32_t operand1, uint32_t operand2,
62 SetOperand(2, operand2); in bytecode_()
66 uint32_t operand1, uint32_t operand2,
76 SetOperand(2, operand2); in bytecode_()
81 uint32_t operand1, uint32_t operand2,
91 SetOperand(2, operand2); in bytecode_()
137 uint32_t operand1 = 0, uint32_t operand2 = 0,
146 operands_[2] = operand2; in bytecode_()
183 uint32_t operand2) { in Create() argument
190 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2)); in Create()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc227 auto operand2 = ConstantR0<float>(&builder, 12.0f); in XLA_TEST_F() local
229 Conditional(pred, operand1, identity, operand2, identity); in XLA_TEST_F()
280 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
281 Conditional(pred, operand1, CreateR0CeilComputation(), operand2, in XLA_TEST_F()
307 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
309 Conditional(pred, operand1, floor, operand2, floor); in XLA_TEST_F()
334 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
335 Conditional(pred, operand1, CreateR0FloorComputation(), operand2, in XLA_TEST_F()
356 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
358 {pred, operand1, operand2}); in XLA_TEST_F()
[all …]
/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h104 ValueType operand2 = ValueType(); in EvaluateToken() local
105 if (!PopValues(&operand1, &operand2)) { in EvaluateToken()
115 result = operand1 + operand2; in EvaluateToken()
118 result = operand1 - operand2; in EvaluateToken()
121 result = operand1 * operand2; in EvaluateToken()
124 result = operand1 / operand2; in EvaluateToken()
127 result = operand1 % operand2; in EvaluateToken()
131 operand1 & (static_cast<ValueType>(-1) ^ (operand2 - 1)); in EvaluateToken()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger_test.cc97 auto* operand2 = root->operand(2); in TEST_F() local
98 EXPECT_EQ(HloOpcode::kFusion, operand2->opcode()); in TEST_F()
99 EXPECT_EQ(7, operand2->fused_instruction_count()); in TEST_F()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h78 uint32_t operand2) { in AddBinaryOp() argument
84 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
89 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
94 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
100 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
106 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
113 uint32_t operand2) { in AddIdLiteralOp() argument
118 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {operand2}}})); in AddIdLiteralOp()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h78 uint32_t operand2) { in AddBinaryOp() argument
84 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
89 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
94 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
100 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
106 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
113 uint32_t operand2) { in AddIdLiteralOp() argument
118 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {operand2}}})); in AddIdLiteralOp()
/external/autotest/server/site_tests/enterprise_CFM_CEC/chameleon_cecservice/
Dit6803.py204 def cec_cmd_set(follower, txCmd, operand1, operand2): argument
216 if operand2 is not None:
217 txCmdBuf[4] = operand2
/external/libunwind/src/dwarf/
DGexpr.c193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; in dwarf_eval_expr() local
260 &operand2, arg)) < 0) in dwarf_eval_expr()
303 (int) operand1, (unsigned long) operand2); in dwarf_eval_expr()
307 push (tmp1 + operand2); in dwarf_eval_expr()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinstruction_test.cpp180 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
181 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
207 Operand& operand2 = *(inst.begin() + 2); in TEST() local
208 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
211 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp180 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
181 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
207 Operand& operand2 = *(inst.begin() + 2); in TEST() local
208 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
211 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc209 auto operand2 = i2->operands()[i]; in InstructionsComputeSameValue() local
210 if (!InstructionsComputeSameValue(operand1, operand2, visited_pairs)) { in InstructionsComputeSameValue()
Dhlo_evaluator_test.cc121 auto operand2 = in TestTernaryOp() local
124 expected.shape(), opcode, operand0, operand1, operand2)); in TestTernaryOp()
481 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local
484 std::vector<HloInstruction*> operands = {operand1, operand2}; in TEST_F()
503 HloInstruction* operand2 = b.AddInstruction( in TEST_F() local
506 std::vector<HloInstruction*> operands = {operand1, operand2}; in TEST_F()
1925 HloInstruction* operand2 = b.AddInstruction( in TEST_P() local
1931 b.AddInstruction(HloInstruction::CreateTuple({operand1, operand2})); in TEST_P()
1959 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_P() local
1965 b.AddInstruction(HloInstruction::CreateTuple({operand1, operand2})); in TEST_P()
[all …]
Dhlo_instruction_test.cc878 auto operand2 = HloInstruction::CreateConstant( in TEST_F() local
886 HloInstruction* op2 = operand2.get(); in TEST_F()
Dpattern_matcher.h1442 auto* operand2 = operand(inst, (i + 1) % 2);
1444 op1_.Match(operand1, option) && op2_.Match(operand2, option);
/external/elfutils/lib/
Dcolor.c170 E (o1, operand2), in parse_opt()
/external/selinux/libsepol/cil/src/
Dcil_write_ast.c56 char *operand2 = NULL; in __cil_unfill_expr_helper() local
150 rc = __cil_unfill_expr_helper(*next, next, &operand2, paren); in __cil_unfill_expr_helper()
153 len += strlen(operand2) + 1; in __cil_unfill_expr_helper()
155 sprintf(*out_str, "(%s %s %s)", op_str, operand1, operand2); in __cil_unfill_expr_helper()
226 free(operand2); in __cil_unfill_expr_helper()
/external/tensorflow/tensorflow/core/profiler/
Dop_profile.proto38 string expression = 2; // %multiply = [shape]multiply(operand1, operand2)
/external/mesa3d/src/intel/vulkan/
DgenX_query.c552 mi_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in mi_alu() argument
557 .Operand2 = operand2, in mi_alu()
DgenX_cmd_buffer.c2372 #define append_alu(opcode, operand1, operand2) \ in build_alu_multiply_gpr0() argument
2373 vk_outarray_append(&out, alu_dw) *alu_dw = mi_alu(opcode, operand1, operand2) in build_alu_multiply_gpr0()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_defines.h1459 #define MI_MATH_ALU2(opcode, operand1, operand2) \ argument
1461 ((MI_MATH_OPERAND_##operand2) << 0) )
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h333 Id createBinOp(Op, Id typeId, Id operand1, Id operand2);
334 Id createTriOp(Op, Id typeId, Id operand1, Id operand2, Id operand3);
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc2112 InstructionOperand operand2 = g.UseRegister(node->InputAt(2)); in VisitS128Select() local
2115 g.Use(node->InputAt(1)), operand2); in VisitS128Select()
2119 operand2); in VisitS128Select()
2143 InstructionOperand operand2 = g.Use(node->InputAt(1)); \ in SIMD_INT_TYPES()
2146 operand1, operand2); \ in SIMD_INT_TYPES()
2149 operand1, operand2); \ in SIMD_INT_TYPES()
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc1059 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local
1061 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif()
1073 uint64_t operand2 = src2.Uint(vform, i); in bit() local
1075 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit()
1087 uint64_t operand2 = dst.Uint(vform, i); in bsl() local
1089 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1113 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local
1115 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif()
1129 uint64_t operand2 = src2.Uint(vform, i); in bit() local
1131 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit()
1145 uint64_t operand2 = dst.Uint(vform, i); in bsl() local
1147 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1773 const std::vector<CType> operand2{CType(2), CType(3)}; in TestBinaryTensorOpWeightNoBroadcast() local
1779 /*values=*/swap_inputs ? operand1 : operand2); in TestBinaryTensorOpWeightNoBroadcast()
1792 {"input", test::AsTensor<CType>(swap_inputs ? operand2 : operand1)}}; in TestBinaryTensorOpWeightNoBroadcast()