Home
last modified time | relevance | path

Searched refs:shift_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c169 enum shift_type enum
3923 static void get_shift_alg (enum shift_type,
3940 get_shift_alg (enum shift_type shift_type, enum shift_mode shift_mode, in get_shift_alg() argument
3959 info->alg = shift_alg_qi[cpu][shift_type][count]; in get_shift_alg()
3964 info->alg = shift_alg_hi[cpu][shift_type][count]; in get_shift_alg()
3969 info->alg = shift_alg_si[cpu][shift_type][count]; in get_shift_alg()
3985 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; in get_shift_alg()
3986 info->shift2 = shift_two[shift_type][shift_mode].assembler; in get_shift_alg()
3987 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid; in get_shift_alg()
3991 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode]; in get_shift_alg()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc166 enum shift_type enum
3636 static void get_shift_alg (enum shift_type,
3652 get_shift_alg (enum shift_type shift_type, enum shift_mode shift_mode, in get_shift_alg() argument
3668 info->alg = shift_alg_qi[cpu][shift_type][count]; in get_shift_alg()
3673 info->alg = shift_alg_hi[cpu][shift_type][count]; in get_shift_alg()
3678 info->alg = shift_alg_si[cpu][shift_type][count]; in get_shift_alg()
3694 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; in get_shift_alg()
3695 info->shift2 = shift_two[shift_type][shift_mode].assembler; in get_shift_alg()
3696 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid; in get_shift_alg()
3700 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode]; in get_shift_alg()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd2885 tree shift_type = TREE_TYPE (@3);
2891 && type_has_mode_precision_p (shift_type))
2907 shift_type = inner_type;
2927 shift_type = unsigned_type_for (TREE_TYPE (@3));
2952 (if (shift_type != TREE_TYPE (@3))
2953 (bit_and (convert (shift:shift_type (convert @3) @1)) { newmaskt; })
2974 { tree shift_type = TREE_TYPE (@0); }
2975 (convert (rshift (convert:shift_type @1) @2)))))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd3507 tree shift_type = TREE_TYPE (@3);
3513 && type_has_mode_precision_p (shift_type))
3529 shift_type = inner_type;
3549 shift_type = unsigned_type_for (TREE_TYPE (@3));
3574 (if (shift_type != TREE_TYPE (@3))
3575 (bit_and (convert (shift:shift_type (convert @3) @1)) { newmaskt; })
3608 { tree shift_type = TREE_TYPE (@0); }
3609 (convert (rshift (convert:shift_type @1) @2)))))
H A DChangeLog-20028474 (enum shift_type, enum h8_cpu): Likewise.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2127 class BaseShift<bits<2> shift_type, RegisterClass regtype, string asm,
2131 let Inst{11-10} = shift_type;
2134 multiclass Shift<bits<2> shift_type, string asm, SDNode OpNode> {
2135 def Wr : BaseShift<shift_type, GPR32, asm> {
2139 def Xr : BaseShift<shift_type, GPR64, asm, OpNode> {