Home
last modified time | relevance | path

Searched refs:shift_imm (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/dports/games/libretro-picodrive/picodrive-600894e/cpu/drc/
H A Demit_arm.c74 #define A_AM1_REG_XIMM(shift_imm,shift_op,rm) (((shift_imm)<<7) | ((shift_op)<<5) | (rm)) argument
136 #define EOP_MOV_REG_LSL(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_LSL,shift_imm) argument
137 #define EOP_MOV_REG_LSR(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_LSR,shift_imm) argument
138 #define EOP_MOV_REG_ASR(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_ASR,shift_imm) argument
139 #define EOP_MOV_REG_ROR(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_ROR,shift_imm) argument
142 #define EOP_ORR_REG_LSL(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_LSL,shift_imm) argument
143 #define EOP_ORR_REG_LSR(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_LSR,shift_imm) argument
144 #define EOP_ORR_REG_ASR(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_ASR,shift_imm) argument
145 #define EOP_ORR_REG_ROR(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_ROR,shift_imm) argument
148 #define EOP_ADD_REG_LSL(rd,rn,rm,shift_imm) EOP_ADD_REG(A_COND_AL,0,rd,rn,rm,A_AM1_LSL,shift_imm) argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp137 Address(Register rn, Register rm, AsmExtendOp extend = ex_lsl, int shift_imm = 0) { in Address() argument
139 assert ((0 <= shift_imm) && (shift_imm <= 4), "shift amount is out of range"); in Address()
145 _shift_imm = shift_imm; in Address()
149 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
155 _shift_imm = shift_imm; in Address()
161 int shift_imm = 0) { in Address() argument
167 if (shift_imm != 0) { in Address()
169 off = off << shift_imm; in Address()
179 _shift_imm = shift_imm; in Address()
308 int shift_imm() const { in shift_imm() function in Address
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp137 Address(Register rn, Register rm, AsmExtendOp extend = ex_lsl, int shift_imm = 0) { in Address() argument
139 assert ((0 <= shift_imm) && (shift_imm <= 4), "shift amount is out of range"); in Address()
145 _shift_imm = shift_imm; in Address()
149 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
155 _shift_imm = shift_imm; in Address()
161 int shift_imm = 0) { in Address() argument
167 if (shift_imm != 0) { in Address()
169 off = off << shift_imm; in Address()
179 _shift_imm = shift_imm; in Address()
308 int shift_imm() const { in shift_imm() function in Address
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/drc/
H A Demit_arm.c236 #define A_AM1_REG_XIMM(shift_imm,shift_op,rm) (((shift_imm)<<7) | ((shift_op)<<5) | (rm)) argument
306 #define EOP_MOV_REG_LSL(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_LSL,shift_imm) argument
307 #define EOP_MOV_REG_LSR(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_LSR,shift_imm) argument
308 #define EOP_MOV_REG_ASR(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_ASR,shift_imm) argument
309 #define EOP_MOV_REG_ROR(rd, rm,shift_imm) EOP_MOV_REG(A_COND_AL,0,rd,rm,A_AM1_ROR,shift_imm) argument
312 #define EOP_ORR_REG_LSL(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_LSL,shift_imm) argument
313 #define EOP_ORR_REG_LSR(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_LSR,shift_imm) argument
314 #define EOP_ORR_REG_ASR(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_ASR,shift_imm) argument
315 #define EOP_ORR_REG_ROR(rd,rn,rm,shift_imm) EOP_ORR_REG(A_COND_AL,0,rd,rn,rm,A_AM1_ROR,shift_imm) argument
318 #define EOP_ADD_REG_LSL(rd,rn,rm,shift_imm) EOP_ADD_REG(A_COND_AL,0,rd,rn,rm,A_AM1_LSL,shift_imm) argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c166 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
234 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
240 if (shift_imm == 0) { in DisassembleArmInstruction()
241 shift_imm = 32; in DisassembleArmInstruction()
245 } else if (shift_imm == 0) { in DisassembleArmInstruction()
252 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
263 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
270 if (shift_imm == 0) { in DisassembleArmInstruction()
271 shift_imm = 32; in DisassembleArmInstruction()
275 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c166 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
234 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
240 if (shift_imm == 0) { in DisassembleArmInstruction()
241 shift_imm = 32; in DisassembleArmInstruction()
245 } else if (shift_imm == 0) { in DisassembleArmInstruction()
252 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
263 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
270 if (shift_imm == 0) { in DisassembleArmInstruction()
271 shift_imm = 32; in DisassembleArmInstruction()
275 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c166 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
234 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
240 if (shift_imm == 0) { in DisassembleArmInstruction()
241 shift_imm = 32; in DisassembleArmInstruction()
245 } else if (shift_imm == 0) { in DisassembleArmInstruction()
252 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
263 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
270 if (shift_imm == 0) { in DisassembleArmInstruction()
271 shift_imm = 32; in DisassembleArmInstruction()
275 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c166 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
234 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
240 if (shift_imm == 0) { in DisassembleArmInstruction()
241 shift_imm = 32; in DisassembleArmInstruction()
245 } else if (shift_imm == 0) { in DisassembleArmInstruction()
252 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
263 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
270 if (shift_imm == 0) { in DisassembleArmInstruction()
271 shift_imm = 32; in DisassembleArmInstruction()
275 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c166 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
234 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
240 if (shift_imm == 0) { in DisassembleArmInstruction()
241 shift_imm = 32; in DisassembleArmInstruction()
245 } else if (shift_imm == 0) { in DisassembleArmInstruction()
252 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
263 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
270 if (shift_imm == 0) { in DisassembleArmInstruction()
271 shift_imm = 32; in DisassembleArmInstruction()
275 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c166 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
234 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
240 if (shift_imm == 0) { in DisassembleArmInstruction()
241 shift_imm = 32; in DisassembleArmInstruction()
245 } else if (shift_imm == 0) { in DisassembleArmInstruction()
252 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
263 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
270 if (shift_imm == 0) { in DisassembleArmInstruction()
271 shift_imm = 32; in DisassembleArmInstruction()
275 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c174 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
242 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
248 if (shift_imm == 0) { in DisassembleArmInstruction()
249 shift_imm = 32; in DisassembleArmInstruction()
253 } else if (shift_imm == 0) { in DisassembleArmInstruction()
260 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
271 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
278 if (shift_imm == 0) { in DisassembleArmInstruction()
279 shift_imm = 32; in DisassembleArmInstruction()
283 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c167 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
237 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
243 if (shift_imm == 0) { in DisassembleArmInstruction()
244 shift_imm = 32; in DisassembleArmInstruction()
248 } else if (shift_imm == 0) { in DisassembleArmInstruction()
255 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
266 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
273 if (shift_imm == 0) { in DisassembleArmInstruction()
274 shift_imm = 32; in DisassembleArmInstruction()
278 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c166 UINT32 shift_imm, shift;
234 shift_imm = (OpCode >> 7) & 0x1f;
240 if (shift_imm == 0) {
241 shift_imm = 32;
245 } else if (shift_imm == 0) {
252 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W));
263 shift_imm = (OpCode >> 7) & 0x1f;
270 if (shift_imm == 0) {
271 shift_imm = 32;
275 } else if (shift_imm == 0) {
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c167 UINT32 shift_imm, shift; in DisassembleArmInstruction() local
237 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
243 if (shift_imm == 0) { in DisassembleArmInstruction()
244 shift_imm = 32; in DisassembleArmInstruction()
248 } else if (shift_imm == 0) { in DisassembleArmInstruction()
255 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
266 shift_imm = (OpCode >> 7) & 0x1f; in DisassembleArmInstruction()
273 if (shift_imm == 0) { in DisassembleArmInstruction()
274 shift_imm = 32; in DisassembleArmInstruction()
278 } else if (shift_imm == 0) { in DisassembleArmInstruction()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp96 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
102 _shift_imm = shift_imm; in Address()
108 int shift_imm = 0) { in Address() argument
114 if (shift_imm != 0) { in Address()
116 off = off << shift_imm; in Address()
126 _shift_imm = shift_imm; in Address()
234 int shift_imm() const { in shift_imm() function in Address
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp96 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
102 _shift_imm = shift_imm; in Address()
108 int shift_imm = 0) { in Address() argument
114 if (shift_imm != 0) { in Address()
116 off = off << shift_imm; in Address()
126 _shift_imm = shift_imm; in Address()
234 int shift_imm() const { in shift_imm() function in Address
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp105 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
111 _shift_imm = shift_imm; in Address()
117 int shift_imm = 0) { in Address() argument
123 if (shift_imm != 0) { in Address()
125 off = off << shift_imm; in Address()
135 _shift_imm = shift_imm; in Address()
243 int shift_imm() const { in shift_imm() function in Address
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp105 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
111 _shift_imm = shift_imm; in Address()
117 int shift_imm = 0) { in Address() argument
123 if (shift_imm != 0) { in Address()
125 off = off << shift_imm; in Address()
135 _shift_imm = shift_imm; in Address()
243 int shift_imm() const { in shift_imm() function in Address
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp105 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
111 _shift_imm = shift_imm; in Address()
117 int shift_imm = 0) { in Address() argument
123 if (shift_imm != 0) { in Address()
125 off = off << shift_imm; in Address()
135 _shift_imm = shift_imm; in Address()
243 int shift_imm() const { in shift_imm() function in Address
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A Dassembler_arm.hpp105 int shift_imm = 0, AsmOffset mode = basic_offset, in Address() argument
111 _shift_imm = shift_imm; in Address()
117 int shift_imm = 0) { in Address() argument
123 if (shift_imm != 0) { in Address()
125 off = off << shift_imm; in Address()
135 _shift_imm = shift_imm; in Address()
243 int shift_imm() const { in shift_imm() function in Address
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Darm_disassembler.c626 shift_imm = 0x20; in evaluate_load_store()
630 shift_imm = 0x20; in evaluate_load_store()
639 instruction->info.load_store.offset.reg.shift_imm = shift_imm; in evaluate_load_store()
1815 uint8_t shift_imm; in evaluate_data_proc() local
1821 shift_imm; in evaluate_data_proc()
1826 shift_imm = 0x20; in evaluate_data_proc()
1830 shift_imm = 0x20; in evaluate_data_proc()
1844 shift_imm); in evaluate_data_proc()
1850 shift_imm); in evaluate_data_proc()
1856 shift_imm); in evaluate_data_proc()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/aarch64/
H A Dadvsimd-fp16.s233 .macro shift_imm, op macro
243 shift_imm scvtf
244 shift_imm fcvtzs
245 shift_imm ucvtf
246 shift_imm fcvtzu
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/aarch64/
H A Dadvsimd-fp16.s236 .macro shift_imm, op macro
246 shift_imm scvtf
247 shift_imm fcvtzs
248 shift_imm ucvtf
249 shift_imm fcvtzu
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/aarch64/
H A Dadvsimd-fp16.s236 .macro shift_imm, op macro
246 shift_imm scvtf
247 shift_imm fcvtzs
248 shift_imm ucvtf
249 shift_imm fcvtzu
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/aarch64/
H A Dadvsimd-fp16.s233 .macro shift_imm, op macro
243 shift_imm scvtf
244 shift_imm fcvtzs
245 shift_imm ucvtf
246 shift_imm fcvtzu

12345678910>>...32