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

  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 62 const int shift_reg; /* Simple shift by reg. */ member in struct:alu_cost_table
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h 56 const int shift_reg; /* Simple shift by reg. */ member in struct:alu_cost_table
  /src/external/gpl3/binutils/dist/gas/config/
tc-s12z.c 2183 shift_reg (const struct instruction *insn)
3240 {"lsl", 1, 0x10, shift_reg, 0},
3241 {"lsr", 1, 0x10, shift_reg, 0},
3242 {"asl", 1, 0x10, shift_reg, 0},
3243 {"asr", 1, 0x10, shift_reg, 0},
2176 shift_reg (const struct instruction *insn) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s12z.c 2183 shift_reg (const struct instruction *insn)
3240 {"lsl", 1, 0x10, shift_reg, 0},
3241 {"lsr", 1, 0x10, shift_reg, 0},
3242 {"asl", 1, 0x10, shift_reg, 0},
3243 {"asr", 1, 0x10, shift_reg, 0},
2176 shift_reg (const struct instruction *insn) function
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 484 rtx shift_reg;
504 shift_reg = gen_reg_rtx (dst_mode);
509 convert_move (shift_reg, src, 1);
516 emit_insn (gen_ashlsi3 (shift_reg, shift_reg, GEN_INT (shift)));
519 emit_insn (gen_ashldi3 (shift_reg, shift_reg, GEN_INT (shift)));
522 emit_insn (gen_ashlti3 (shift_reg, shift_reg, GEN_INT (shift)));
574 emit_insn (gen_rotqby_ti (shift_reg, shift_reg, rotl))
481 rtx shift_reg; local
    [all...]

Completed in 27 milliseconds