/external/skia/src/animator/ |
D | SkScript.cpp | 1261 SkOperand operand2; in processOp() local 1262 fOperandStack.pop(&operand2); in processOp() 1263 SkOperand operand1 = operand2; // !!! not really needed, suppresses warning in processOp() 1269 SkTSwap(operand1, operand2); in processOp() 1288 val.fOperand = operand2; in processOp() 1293 operand2 = val.fOperand; in processOp() 1303 convertToString(operand2, type2 == kInt ? SkType_Int : SkType_Float); in processOp() 1312 operand2.fScalar = IntToScalar(operand2.fS32); in processOp() 1334 const char* result = SkParse::FindScalar(operand2.fString->c_str(), &operand2.fScalar); in processOp() 1342 operand2.fS32 = SkScalarFloorToInt(operand2.fScalar); in processOp() [all …]
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 173 uint32_t operand1, operand2, result = 0; in arm_get_next_pcs() local 211 operand2 = (((immval >> rotate) in arm_get_next_pcs() 217 (proc, this_instr, c, pc, &operand2) < 0) in arm_get_next_pcs() 223 result = operand1 & operand2; in arm_get_next_pcs() 227 result = operand1 ^ operand2; in arm_get_next_pcs() 231 result = operand1 - operand2; in arm_get_next_pcs() 235 result = operand2 - operand1; in arm_get_next_pcs() 239 result = operand1 + operand2; in arm_get_next_pcs() 243 result = operand1 + operand2 + c; in arm_get_next_pcs() 247 result = operand1 - operand2 + c; in arm_get_next_pcs() [all …]
|
/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/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/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 211 RegisterInfo operand2; // register containing second operand for binary op member 291 info.RegisterRegisterOperands.operand2 = op2_reg; in SetRegisterRegisterOperands()
|
/external/elfutils/src/lib/ |
D | color.c | 170 E (o1, operand2), in parse_opt()
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 920 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results in EmulateMUL() 921 result = operand1 * operand2; in EmulateMUL() 997 uint64_t operand2 = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_r0 + m, 0, &success); in EmulateMUL() local 1002 uint64_t result = operand1 * operand2; in EmulateMUL() 12080 operand2 = if register_form then Shift(R[m], shift_t, shift_n, APSR.C) else imm32; in EmulateSUBSPcLrEtc() 12082 when �0000� result = R[n] AND operand2; // AND in EmulateSUBSPcLrEtc() 12083 when �0001� result = R[n] EOR operand2; // EOR in EmulateSUBSPcLrEtc() 12084 when �0010� (result, -, -) = AddWithCarry(R[n], NOT(operand2), �1�); // SUB in EmulateSUBSPcLrEtc() 12085 when �0011� (result, -, -) = AddWithCarry(NOT(R[n]), operand2, �1�); // RSB in EmulateSUBSPcLrEtc() 12086 when �0100� (result, -, -) = AddWithCarry(R[n], operand2, �0�); // ADD in EmulateSUBSPcLrEtc() [all …]
|
/external/lldb/source/Core/ |
D | EmulateInstruction.cpp | 543 info.RegisterRegisterOperands.operand2.name); in Dump()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 1266 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local 1268 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif() 1282 uint64_t operand2 = src2.Uint(vform, i); in bit() local 1284 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit() 1298 uint64_t operand2 = dst.Uint(vform, i); in bsl() local 1300 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()
|