Searched refs:operand3 (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-pipeline.h181 uint32_t operand2, uint32_t operand3,
191 SetOperand(3, operand3);
264 uint32_t operand3 = 0))
273 operands_[3] = operand3;
325 uint32_t operand2, uint32_t operand3)) {
334 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3));
336 operand2, operand3);
180 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, BytecodeSourceInfo source_info = BytecodeSourceInfo()) argument
323 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3)) argument
/external/elfutils/lib/
H A Dcolor.c171 E (o1, operand3),
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconditional_test.cc522 auto operand3 = builder.ConstantR0<float>(43.3f); local
525 inner_builder_result.ConsumeValueOrDie(), operand3,
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1302 uint64_t operand3 = src1.Uint(vform, i); local
1303 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1318 uint64_t operand3 = src1.Uint(vform, i); local
1319 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1334 uint64_t operand3 = src1.Uint(vform, i); local
1335 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);

Completed in 179 milliseconds