Searched refs:operand2 (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/processor/ |
D | postfix_evaluator-inl.h | 104 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/v8/src/interpreter/ |
D | bytecode-pipeline.h | 168 uint32_t operand2, in NON_EXPORTED_BASE() 177 SetOperand(2, operand2); in NON_EXPORTED_BASE() 181 uint32_t operand2, uint32_t operand3, in NON_EXPORTED_BASE() 190 SetOperand(2, operand2); in NON_EXPORTED_BASE() 226 uint32_t operand2) { in NON_EXPORTED_BASE() 233 SetOperand(2, operand2); in NON_EXPORTED_BASE()
|
/external/libunwind/src/dwarf/ |
D | Gexpr.c | 193 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/elfutils/lib/ |
D | color.c | 170 E (o1, operand2), in parse_opt()
|
/external/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 56 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/vixl/src/aarch64/ |
D | logic-aarch64.cc | 1301 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local 1303 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif() 1317 uint64_t operand2 = src2.Uint(vform, i); in bit() local 1319 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit() 1333 uint64_t operand2 = dst.Uint(vform, i); in bsl() local 1335 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 3937 Operand operand2 = BuildFastArrayOperand( in DoStoreKeyedExternalArray() local 3952 __ mov(operand2, Immediate(upper)); in DoStoreKeyedExternalArray()
|