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

  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 3174 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1)
3189 mips_emit_binary (code, reg, op0, op1);
5586 mips_emit_binary (code, target, cmp0, cmp1);
5601 mips_emit_binary (XOR, target, inv_target, const1_rtx);
5606 mips_emit_binary (inv_code, target, cmp0, cmp1);
5791 mips_emit_binary (*code, *op0, cmp_op0, cmp_op1);
5826 mips_emit_binary (cmp_code, *op0, cmp_op0, cmp_op1);
5851 mips_emit_binary (code, target, op0, op1);
5855 mips_emit_binary (code, target, zie, const0_rtx);
8570 mips_emit_binary (MINUS, length, length, inc)
3159 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 3081 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1)
3096 mips_emit_binary (code, reg, op0, op1);
5453 mips_emit_binary (code, target, cmp0, cmp1);
5468 mips_emit_binary (XOR, target, inv_target, const1_rtx);
5473 mips_emit_binary (inv_code, target, cmp0, cmp1);
5658 mips_emit_binary (*code, *op0, cmp_op0, cmp_op1);
5693 mips_emit_binary (cmp_code, *op0, cmp_op0, cmp_op1);
5718 mips_emit_binary (code, target, op0, op1);
5722 mips_emit_binary (code, target, zie, const0_rtx);
8409 mips_emit_binary (MINUS, length, length, inc)
3066 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1) function
    [all...]

Completed in 96 milliseconds