Home
last modified time | relevance | path

Searched refs:signed_word (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-types.h102 typedef int64_t signed_word; typedef
106 typedef int32_t signed_word; typedef
110 typedef int16_t signed_word; typedef
Dsim-bits.h502 #define EXTEND8(X) ((signed_word)(int8_t)(X))
507 #define EXTEND16(X) ((signed_word)(int16_t)(X))
514 #define EXTEND32(X) ((signed_word)(int32_t)(X))
515 #define EXTEND64(X) ((signed_word)(int64_t)(X))
579 INLINE_SIM_BITS(unsigned_word) LSSEXT (signed_word val, int sign_bit);
585 INLINE_SIM_BITS(unsigned_word) MSSEXT (signed_word val, int sign_bit);
Dsim-bits.c204 LSSEXT (signed_word val, in LSSEXT()
231 MSSEXT (signed_word val, in MSSEXT()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dwords.h71 typedef int64_t signed_word; typedef
74 typedef int32_t signed_word; typedef
Dpowerpc.igen37 :cache:::signed_word *:rA:RA:(cpu_registers(processor)->gpr + RA)
41 :cache:::signed_word *:rT:RT:(cpu_registers(processor)->gpr + RT)
44 :cache:::signed_word *:rS:RS:(cpu_registers(processor)->gpr + RS)
47 :cache:::signed_word *:rB:RB:(cpu_registers(processor)->gpr + RB)
64 :cache:::unsigned_word:EXTS_SI:SI:((signed_word)(int16_t)instruction)
77 :cache:::unsigned_word:EXTS_BD_0b00:BD:(((signed_word)(int16_t)instruction) & ~3)
78 :cache:::unsigned_word:EXTS_LI_0b00:LI:((((signed_word)(int32_t)(instruction << 6)) >> 6) & ~0x3)
79 :cache:::unsigned_word:EXTS_D:D:((signed_word)(int16_t)(instruction))
80 :cache:::unsigned_word:EXTS_DS_0b00:DS:(((signed_word)(int16_t)instruction) & ~0x3)
2688 signed_word prod = *rA * EXTS(SI);
[all …]
Demul_netbsd.c626 signed_word how = cpu_registers(processor)->gpr[arg0]; in do_sigprocmask()
1005 signed_word namelen = cpu_registers(processor)->gpr[arg0+1]; in do___sysctl()
1008 signed_word oldlen; in do___sysctl()
1009 signed_word mib; in do___sysctl()
1010 signed_word int_val; in do___sysctl()
1044 if (sizeof(signed_word) > oldlen) in do___sysctl()
Didecode_expression.h68 signed_word alu_val; \
78 signed_word const alu_result = _ALU_RESULT_VAL(CA,OE,Rc); \
De500_registers.h69 signed_word gprh[32];
Dhw_vm.c231 signed_word delta = new_break - old_break; in hw_vm_ioctl()
Dregisters.h48 typedef signed_word gpreg;
Demul_unix.c861 signed_word who = (signed_word)cpu_registers(processor)->gpr[arg0]; in do_unix_getrusage()
De500.igen27 :cache:e500::signed_word *:rAh:RA:(cpu_registers(processor)->e500.gprh + RA)
28 :cache:e500::signed_word *:rSh:RS:(cpu_registers(processor)->e500.gprh + RS)
29 :cache:e500::signed_word *:rBh:RB:(cpu_registers(processor)->e500.gprh + RB)
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dmips3264r6.igen67 if ((signed_word)GPR[RT] <= 0)
75 if ((signed_word)GPR[RT] >= 0)
83 if ((signed_word) GPR[RS] >= (signed_word) GPR[RT])
100 if ((signed_word)GPR[RT] > 0)
108 if ((signed_word)GPR[RT] < 0)
116 if ((signed_word) GPR[RS] < (signed_word) GPR[RT])
134 if ((signed_word)GPR[RT] <= 0)
143 if ((signed_word)GPR[RT] >= 0)
169 if ((signed_word)GPR[RT] > 0)
178 if ((signed_word)GPR[RT] < 0)
Dmips.igen1227 if ((signed_word) GPR[rs] == (signed_word) GPR[rt])
1233 if ((signed_word) GPR[rs] == (signed_word) EXTEND16 (immediate))
1239 if ((signed_word) GPR[rs] >= (signed_word) GPR[rt])
1245 if ((signed_word) GPR[rs] >= (signed_word) EXTEND16 (immediate))
1263 if ((signed_word) GPR[rs] < (signed_word) GPR[rt])
1269 if ((signed_word) GPR[rs] < (signed_word) EXTEND16 (immediate))
1287 if ((signed_word) GPR[rs] != (signed_word) GPR[rt])
1293 if ((signed_word) GPR[rs] != (signed_word) EXTEND16 (immediate))
1992 if ((signed_word) GPR[RS] == (signed_word) GPR[RT])
2026 if ((signed_word) GPR[RS] == (signed_word) GPR[RT])
[all …]
Dinterp.c1536 signed_word val) in store_word()
1562 static signed_word
1618 signed_word tsp; in mips16_entry()
1643 signed_word tsp; in mips16_entry()
2261 GPR[rt] = (signed_word) (signed_address) COP0_BADVADDR; in decode_coproc()
2283 GPR[rt] = (signed_word) (signed_address) EPC; in decode_coproc()
2334 GPR[rt] = (signed_word) (int32_t) COP0_GPR[rd]; in decode_coproc()
Dmicromips.igen699 if ((signed_word) GPR[RS] == (signed_word) GPR[RT])
710 if ((signed_word) GPR[RS] >= 0)
737 if ((signed_word) GPR[RS] >= 0)
749 if ((signed_word) GPR[RS] > 0)
765 if ((signed_word) GPR[RS] >= 0)
779 if ((signed_word) GPR[RS] <= 0)
791 if ((signed_word) GPR[RS] < 0)
808 if ((signed_word) GPR[RS] < 0)
822 if ((signed_word) GPR[RS] < 0)
834 if ((signed_word) GPR[RS] != (signed_word) GPR[RT])
[all …]
DChangeLog-20213185 signed_word.
/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dgc.c44 typedef GC_signed_word signed_word; typedef