HomeSort by relevance Sort by last modified time
    Searched full:op_a (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
moxie-dis.c 34 #define OP_A(i) ((i >> 4) & 0xf)
73 reg_names[OP_A(iword)]);
77 reg_names[OP_A(iword)],
90 reg_names[OP_A(iword)], imm);
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
139 opcode->name, imm, reg_names[OP_A(iword)]);
154 reg_names[OP_A(iword)],
170 reg_names[OP_A(iword)],
tic54x-dis.c 285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
295 dst = DST (opcode) ? OP_B : OP_A;
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
313 case OP_A:
tic54x-opc.c 420 { "squr", 1,2,2,0xF48D, 0xFEFF, {OP_A,OP_DST}, 0, REST},/*SRC*/
  /art/compiler/optimizing/
induction_var_range.cc 307 HInductionVarAnalysis::InductionInfo* trip_expr = trip->op_a;
310 if (IsConstant(info->op_a, kExact, &stride_value)) {
314 // Analyze cancelled trip with just the positive operand (trip_expr->op_a).
318 trip_expr->op_a,
325 // Test original trip's positive operand (trip_expr->op_a) against offset of induction.
326 if (HInductionVarAnalysis::InductionEqual(trip_expr->op_a, info->op_b)) {
344 return AddValue(GetMul(info->op_a, trip, trip, in_body, is_min),
375 if (trip != nullptr && in_body && instruction == trip->op_a->fetch) {
392 return AddValue(GetVal(info->op_a, trip, in_body, is_min),
395 return SubValue(GetVal(info->op_a, trip, in_body, is_min)
    [all...]
induction_var_analysis.cc 315 induction = RotatePeriodicInduction(induction->op_b, induction->op_a);
337 kPeriodic, induction->op_a, RotatePeriodicInduction(induction->op_b, last), type_);
367 TransferAddSub(a->op_a, b->op_a, op),
371 InductionInfo* new_a = b->op_a;
381 InductionInfo* new_a = a->op_a;
403 TransferMul(a, b->op_a),
408 TransferMul(a->op_a, b),
442 return CreateInduction(a->induction_class, TransferNeg(a->op_a), TransferNeg(a->op_b), type_);
455 return CreateInduction(kLinear, a->op_a, a->op_b, to)
    [all...]
induction_var_analysis.h 104 op_a(a),
110 InductionInfo* op_a; member in struct:art::HInductionVarAnalysis::InductionInfo
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 57 OP_A, /* ACC A only */
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c     [all...]

Completed in 362 milliseconds