Searched refs:signed_word (Results 1 – 18 of 18) sorted by relevance
102 typedef int64_t signed_word; typedef106 typedef int32_t signed_word; typedef110 typedef int16_t signed_word; typedef
502 #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);
204 LSSEXT (signed_word val, in LSSEXT()231 MSSEXT (signed_word val, in MSSEXT()
71 typedef int64_t signed_word; typedef74 typedef int32_t signed_word; typedef
37 :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 …]
626 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()
68 signed_word alu_val; \78 signed_word const alu_result = _ALU_RESULT_VAL(CA,OE,Rc); \
69 signed_word gprh[32];
231 signed_word delta = new_break - old_break; in hw_vm_ioctl()
48 typedef signed_word gpreg;
861 signed_word who = (signed_word)cpu_registers(processor)->gpr[arg0]; in do_unix_getrusage()
27 :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)
67 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)
1227 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 …]
1536 signed_word val) in store_word()1562 static signed_word1618 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()
699 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 …]
3185 signed_word.
44 typedef GC_signed_word signed_word; typedef