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

  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 1028 rtx out_operands[2];
1031 out_operands[0] = dst;
1037 out_operands[1] = GEN_INT (bit);
1039 output_asm_insn ("bseti\t%0,%1", out_operands);
1052 rtx out_operands[2];
1055 out_operands[0] = dst;
1061 out_operands[1] = GEN_INT (bit);
1063 output_asm_insn ("bclri\t%0,%1", out_operands);
1081 rtx out_operands[4];
1083 out_operands[0] = operands[0]
1025 rtx out_operands[2]; local
1049 rtx out_operands[2]; local
1078 rtx out_operands[4]; local
1141 rtx out_operands[3]; local
1183 rtx out_operands[3]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 1028 rtx out_operands[2];
1031 out_operands[0] = dst;
1037 out_operands[1] = GEN_INT (bit);
1039 output_asm_insn ("bseti\t%0,%1", out_operands);
1052 rtx out_operands[2];
1055 out_operands[0] = dst;
1061 out_operands[1] = GEN_INT (bit);
1063 output_asm_insn ("bclri\t%0,%1", out_operands);
1081 rtx out_operands[4];
1083 out_operands[0] = operands[0]
1025 rtx out_operands[2]; local
1049 rtx out_operands[2]; local
1078 rtx out_operands[4]; local
1141 rtx out_operands[3]; local
1183 rtx out_operands[3]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 3912 rtx out_operands[3]; local
3927 out_operands[0] = operands[0];
3928 out_operands[1] = GEN_INT (x);
3930 out_operands[2] = GEN_INT (y);
4022 output_asm_insn (buf, out_operands);
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 3905 rtx out_operands[3]; local
3920 out_operands[0] = operands[0];
3921 out_operands[1] = GEN_INT (x);
3923 out_operands[2] = GEN_INT (y);
4015 output_asm_insn (buf, out_operands);
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 3167 rtx out_operands[3];
3172 out_operands[0] = operands[1];
3173 out_operands[1] = operands[2];
3174 out_operands[2] = GEN_INT (mode);
3175 alpha_emit_xfloating_libcall (func, operands[0], out_operands, 3,
3240 rtx out_operands[2];
3249 out_operands[0] = operands[1];
3255 out_operands[1] = GEN_INT (mode);
3260 out_operands[1] = GEN_INT (mode);
3267 alpha_emit_xfloating_libcall (func, operands[0], out_operands, noperands
3159 rtx out_operands[3]; local
3232 rtx out_operands[2]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 3166 rtx out_operands[3];
3171 out_operands[0] = operands[1];
3172 out_operands[1] = operands[2];
3173 out_operands[2] = GEN_INT (mode);
3174 alpha_emit_xfloating_libcall (func, operands[0], out_operands, 3,
3239 rtx out_operands[2];
3248 out_operands[0] = operands[1];
3254 out_operands[1] = GEN_INT (mode);
3259 out_operands[1] = GEN_INT (mode);
3266 alpha_emit_xfloating_libcall (func, operands[0], out_operands, noperands
3158 rtx out_operands[3]; local
3231 rtx out_operands[2]; local
    [all...]

Completed in 42 milliseconds