Searched refs:shift_type (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mn10200/ |
| H A D | mn10200.c | 1032 enum shift_type enum 1076 static enum shift_alg get_shift_alg PARAMS ((enum shift_type, 1091 get_shift_alg (shift_type, mode, count, assembler_p, cc_valid_p) in get_shift_alg() argument 1092 enum shift_type shift_type; in get_shift_alg() 1119 *assembler_p = shift_one[shift_type][shift_mode].assembler; 1120 *cc_valid_p = shift_one[shift_type][shift_mode].cc_valid; 1129 else if (count < 15 && shift_type != SHIFT_ASHIFTRT) 1134 if (shift_type == SHIFT_ASHIFT) 1136 else if (shift_type == SHIFT_LSHIFTRT) 1142 if (shift_type == SHIFT_ASHIFT) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/ |
| H A D | h8300.c | 140 enum shift_type enum 2434 static void get_shift_alg PARAMS ((enum shift_type, 2451 get_shift_alg (shift_type, shift_mode, count, info) in get_shift_alg() argument 2452 enum shift_type shift_type; in get_shift_alg() 2473 info->alg = shift_alg_qi[cpu][shift_type][count]; 2478 info->alg = shift_alg_hi[cpu][shift_type][count]; 2483 info->alg = shift_alg_si[cpu][shift_type][count]; 2499 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; 2500 info->shift2 = shift_two[shift_type][shift_mode].assembler; 2501 info->cc_valid_p = shift_one[cpu_type][shift_type][shift_mode].cc_valid; [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | h8300.c | 157 enum shift_type enum 3866 static void get_shift_alg (enum shift_type, 3883 get_shift_alg (enum shift_type shift_type, enum shift_mode shift_mode, in get_shift_alg() argument 3902 info->alg = shift_alg_qi[cpu][shift_type][count]; in get_shift_alg() 3907 info->alg = shift_alg_hi[cpu][shift_type][count]; in get_shift_alg() 3912 info->alg = shift_alg_si[cpu][shift_type][count]; in get_shift_alg() 3928 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; in get_shift_alg() 3929 info->shift2 = shift_two[shift_type][shift_mode].assembler; in get_shift_alg() 3930 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid; in get_shift_alg() 3934 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode]; in get_shift_alg() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 446 ARM_ShifterType shift_type); 450 ARM_ShifterType shift_type);
|
| H A D | EmulateInstructionARM.cpp | 3743 ARM_ShifterType shift_type) { in EmulateShiftImm() argument 3762 if (shift_type == SRType_ROR && use_encoding == eEncodingT1) { in EmulateShiftImm() 3779 if (shift_type == SRType_RRX) in EmulateShiftImm() 3800 if (shift_type == SRType_ROR && imm5 == 0) in EmulateShiftImm() 3801 shift_type = SRType_RRX; in EmulateShiftImm() 3810 (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm() 3812 uint32_t result = Shift_C(value, shift_type, amt, APSR_C, carry, &success); in EmulateShiftImm() 3829 ARM_ShifterType shift_type) { in EmulateShiftReg() argument 3883 uint32_t result = Shift_C(value, shift_type, amt, APSR_C, carry, &success); in EmulateShiftReg()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 2376 class BaseShift<bit size, bits<2> shift_type, RegisterClass regtype, string asm, 2380 let Inst{11-10} = shift_type; 2383 multiclass Shift<bits<2> shift_type, string asm, SDNode OpNode> { 2384 def Wr : BaseShift<0b0, shift_type, GPR32, asm>; 2386 def Xr : BaseShift<0b1, shift_type, GPR64, asm, OpNode>;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog | 14345 (enum shift_type, enum h8_cpu): Likewise.
|