Searched defs:operand2 (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
H A Dpostfix_evaluator-inl.h104 ValueType operand2 = ValueType(); local
105 if (!PopValues(&operand1, &operand2)) {
115 result = operand1 + operand2;
118 result = operand1 - operand2;
121 result = operand1 * operand2;
124 result = operand1 / operand2;
127 result = operand1 % operand2;
131 operand1 & (static_cast<ValueType>(-1) ^ (operand2 - 1));
/external/libunwind/src/dwarf/
H A DGexpr.c193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
260 &operand2, arg)) < 0)
303 (int) operand1, (unsigned long) operand2);
307 push (tmp1 + operand2);
/external/v8/src/interpreter/
H A Dbytecode-pipeline.h168 uint32_t operand2,
177 SetOperand(2, operand2);
181 uint32_t operand2, uint32_t operand3,
190 SetOperand(2, operand2);
263 uint32_t operand1 = 0, uint32_t operand2 = 0,
272 operands_[2] = operand2;
308 uint32_t operand2)) {
315 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2));
317 operand2);
325 uint32_t operand2, uint32_
167 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, BytecodeSourceInfo source_info = BytecodeSourceInfo()) argument
180 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, BytecodeSourceInfo source_info = BytecodeSourceInfo()) argument
306 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2)) argument
323 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3)) argument
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_write_ast.c56 char *operand2 = NULL; local
149 // *next contains operand2, but keep track of next after that
150 rc = __cil_unfill_expr_helper(*next, next, &operand2, paren);
153 len += strlen(operand2) + 1;
155 sprintf(*out_str, "(%s %s %s)", op_str, operand1, operand2);
226 free(operand2);
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1301 uint64_t operand2 = ~src2.Uint(vform, i); local
1303 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1317 uint64_t operand2 = src2.Uint(vform, i); local
1319 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1333 uint64_t operand2 = dst.Uint(vform, i); local
1335 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc3944 Operand operand2 = BuildFastArrayOperand( local
3959 __ mov(operand2, Immediate(upper));

Completed in 271 milliseconds