HomeSort by: relevance | last modified time | path
    Searched defs:opy (Results 1 - 9 of 9) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
xor.c 78 mp_ptr opy; local
89 TMP_ALLOC_LIMBS_2 (opx, op1_size, opy, op2_size);
93 mpn_sub_1 (opy, PTR(op2), op2_size, (mp_limb_t) 1);
94 op2_ptr = opy;
and.c 82 mp_ptr opx, opy; local
96 TMP_ALLOC_LIMBS_2 (opx, op1_size, opy, op2_size);
100 mpn_sub_1 (opy, op2_ptr, op2_size, (mp_limb_t) 1);
101 op2_ptr = opy;
ior.c 77 mp_ptr opy; local
88 TMP_ALLOC_LIMBS_2 (opx, res_size, opy, res_size);
92 mpn_sub_1 (opy, PTR(op2), res_size, (mp_limb_t) 1);
93 op2_ptr = opy;
  /src/external/gpl3/binutils/dist/opcodes/
sh-dis.c 166 const sh_opcode_info *opx, *opy; local
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
190 opy++;
191 print_movxy (opy, ((insn >> 8) & 1) + 6, (insn >> 6) & 1,
  /src/external/gpl3/binutils.old/dist/opcodes/
sh-dis.c 166 const sh_opcode_info *opx, *opy; local
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
190 opy++;
191 print_movxy (opy, ((insn >> 8) & 1) + 6, (insn >> 6) & 1,
  /src/external/gpl3/gdb/dist/opcodes/
sh-dis.c 166 const sh_opcode_info *opx, *opy; local
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
190 opy++;
191 print_movxy (opy, ((insn >> 8) & 1) + 6, (insn >> 6) & 1,
  /src/external/gpl3/gdb.old/dist/opcodes/
sh-dis.c 166 const sh_opcode_info *opx, *opy; local
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
190 opy++;
191 print_movxy (opy, ((insn >> 8) & 1) + 6, (insn >> 6) & 1,
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 6416 enum attr_op_type opy;
6419 opy = sched_get_opxy_mem_type (insn, false);
6421 if (opy == OP_TYPE_RN && opx == OP_TYPE_RN)
6424 if (opy == OP_TYPE_RN && opx == OP_TYPE_MEM1)
6442 if (opy == OP_TYPE_RN && opx == OP_TYPE_MEM6)
6460 if (opy == OP_TYPE_MEM1 && opx == OP_TYPE_RN)
6463 if (opy == OP_TYPE_MEM1 && opx == OP_TYPE_MEM1)
6476 if (opy == OP_TYPE_MEM1 && opx == OP_TYPE_MEM6)
6489 if (opy == OP_TYPE_MEM6 && opx == OP_TYPE_RN)
6492 if (opy == OP_TYPE_MEM6 && opx == OP_TYPE_MEM1
6402 enum attr_op_type opy; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 6397 enum attr_op_type opy;
6400 opy = sched_get_opxy_mem_type (insn, false);
6402 if (opy == OP_TYPE_RN && opx == OP_TYPE_RN)
6405 if (opy == OP_TYPE_RN && opx == OP_TYPE_MEM1)
6423 if (opy == OP_TYPE_RN && opx == OP_TYPE_MEM6)
6441 if (opy == OP_TYPE_MEM1 && opx == OP_TYPE_RN)
6444 if (opy == OP_TYPE_MEM1 && opx == OP_TYPE_MEM1)
6457 if (opy == OP_TYPE_MEM1 && opx == OP_TYPE_MEM6)
6470 if (opy == OP_TYPE_MEM6 && opx == OP_TYPE_RN)
6473 if (opy == OP_TYPE_MEM6 && opx == OP_TYPE_MEM1
6383 enum attr_op_type opy; local
    [all...]

Completed in 52 milliseconds