Home
last modified time | relevance | path

Searched refs:extract16 (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/avr-gdb/gdb-7.3.1/sim/m32r/
H A Dmloop.in48 extract16 (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn,
167 extract16 (current_cpu, pc, insn & 0x7fff, sc, FAST_P);
178 extract16 (current_cpu, pc, insn >> 16, sc, FAST_P);
179 extract16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, FAST_P);
212 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
242 idesc = extract16 (current_cpu, pc, insn >> 16, &sc->argbuf, FAST_P);
278 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
/dports/devel/gdb761/gdb-7.6.1/sim/m32r/
H A Dmloop.in47 extract16 (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn,
166 extract16 (current_cpu, pc, insn & 0x7fff, sc, FAST_P);
177 extract16 (current_cpu, pc, insn >> 16, sc, FAST_P);
178 extract16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, FAST_P);
211 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
241 idesc = extract16 (current_cpu, pc, insn >> 16, &sc->argbuf, FAST_P);
277 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/m32r/
H A Dmloop.in47 extract16 (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn,
166 extract16 (current_cpu, pc, insn & 0x7fff, sc, FAST_P);
177 extract16 (current_cpu, pc, insn >> 16, sc, FAST_P);
178 extract16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, FAST_P);
211 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
241 idesc = extract16 (current_cpu, pc, insn >> 16, &sc->argbuf, FAST_P);
277 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/m32r/
H A Dmloop.in47 extract16 (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn,
166 extract16 (current_cpu, pc, insn & 0x7fff, sc, FAST_P);
177 extract16 (current_cpu, pc, insn >> 16, sc, FAST_P);
178 extract16 (current_cpu, pc + 2, insn & 0x7fff, sc + 1, FAST_P);
211 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
241 idesc = extract16 (current_cpu, pc, insn >> 16, &sc->argbuf, FAST_P);
277 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/
H A Dinstmap.h347 #define GET_C_LD_IMM(inst) ((extract16(inst, 10, 3) << 3) \
348 | (extract16(inst, 5, 2) << 6))
366 #define GET_C_RS1S(inst) (8 + extract16(inst, 7, 3))
367 #define GET_C_RS2S(inst) (8 + extract16(inst, 2, 3))
H A Dtranslate.c541 uint8_t funct3 = extract16(opcode, 13, 3); in decode_RV32_64C0()
573 uint8_t op = extract16(opcode, 0, 2); in decode_RV32_64C()
766 if (extract16(opcode, 0, 2) != 3) { in decode_opc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/riscv/
H A Dinstmap.h347 #define GET_C_LD_IMM(inst) ((extract16(inst, 10, 3) << 3) \
348 | (extract16(inst, 5, 2) << 6))
366 #define GET_C_RS1S(inst) (8 + extract16(inst, 7, 3))
367 #define GET_C_RS2S(inst) (8 + extract16(inst, 2, 3))
H A Dtranslate.c504 uint8_t funct3 = extract16(opcode, 13, 3); in decode_RV32_64C0()
536 uint8_t op = extract16(opcode, 0, 2); in decode_RV32_64C()
722 if (extract16(opcode, 0, 2) != 3) { in decode_opc()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/riscv/
H A Dinstmap.h347 #define GET_C_LD_IMM(inst) ((extract16(inst, 10, 3) << 3) \
348 | (extract16(inst, 5, 2) << 6))
366 #define GET_C_RS1S(inst) (8 + extract16(inst, 7, 3))
367 #define GET_C_RS2S(inst) (8 + extract16(inst, 2, 3))
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/riscv/
H A Dinstmap.h347 #define GET_C_LD_IMM(inst) ((extract16(inst, 10, 3) << 3) \
348 | (extract16(inst, 5, 2) << 6))
366 #define GET_C_RS1S(inst) (8 + extract16(inst, 7, 3))
367 #define GET_C_RS2S(inst) (8 + extract16(inst, 2, 3))
/dports/emulators/qemu/qemu-6.2.0/target/riscv/
H A Dinstmap.h347 #define GET_C_LD_IMM(inst) ((extract16(inst, 10, 3) << 3) \
348 | (extract16(inst, 5, 2) << 6))
366 #define GET_C_RS1S(inst) (8 + extract16(inst, 7, 3))
367 #define GET_C_RS2S(inst) (8 + extract16(inst, 2, 3))
/dports/emulators/qemu60/qemu-6.0.0/target/riscv/
H A Dinstmap.h347 #define GET_C_LD_IMM(inst) ((extract16(inst, 10, 3) << 3) \
348 | (extract16(inst, 5, 2) << 6))
366 #define GET_C_RS1S(inst) (8 + extract16(inst, 7, 3))
367 #define GET_C_RS2S(inst) (8 + extract16(inst, 2, 3))
/dports/emulators/qemu60/qemu-6.0.0/include/hw/
H A Dregisterfields.h49 extract16((storage), R_ ## reg ## _ ## field ## _SHIFT, \
/dports/emulators/qemu5/qemu-5.2.0/include/hw/
H A Dregisterfields.h49 extract16((storage), R_ ## reg ## _ ## field ## _SHIFT, \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/
H A Dregisterfields.h49 extract16((storage), R_ ## reg ## _ ## field ## _SHIFT, \
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/
H A Dregisterfields.h49 extract16((storage), R_ ## reg ## _ ## field ## _SHIFT, \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/i960/
H A Dmloop.in164 extract16 (current_cpu, pc, insn & 0x7fff, sc, FAST_P);
212 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/i960/
H A Dmloop.in164 extract16 (current_cpu, pc, insn & 0x7fff, sc, FAST_P);
212 idesc = extract16 (current_cpu, pc, insn & 0x7fff, &sc->argbuf, FAST_P);
/dports/emulators/qemu/qemu-6.2.0/include/hw/
H A Dregisterfields.h53 extract16((storage), R_ ## reg ## _ ## field ## _SHIFT, \
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/
H A Dregisterfields.h53 extract16((storage), R_ ## reg ## _ ## field ## _SHIFT, \
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dblizzard.c936 b = extract16(data, 0, 5) << 3; in blizzard_draw_line16_32()
937 g = extract16(data, 5, 6) << 2; in blizzard_draw_line16_32()
938 r = extract16(data, 11, 5) << 3; in blizzard_draw_line16_32()
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dblizzard.c936 b = extract16(data, 0, 5) << 3; in blizzard_draw_line16_32()
937 g = extract16(data, 5, 6) << 2; in blizzard_draw_line16_32()
938 r = extract16(data, 11, 5) << 3; in blizzard_draw_line16_32()
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dblizzard.c936 b = extract16(data, 0, 5) << 3; in blizzard_draw_line16_32()
937 g = extract16(data, 5, 6) << 2; in blizzard_draw_line16_32()
938 r = extract16(data, 11, 5) << 3; in blizzard_draw_line16_32()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dblizzard.c936 b = extract16(data, 0, 5) << 3; in blizzard_draw_line16_32()
937 g = extract16(data, 5, 6) << 2; in blizzard_draw_line16_32()
938 r = extract16(data, 11, 5) << 3; in blizzard_draw_line16_32()
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dbitops.h336 static inline uint16_t extract16(uint16_t value, int start, int length) in extract16() function

12