Lines Matching full:immediate
205 uint32_t immediate, uint32_t& rot, uint32_t& imm)
207 // for MIPS, any 32-bit immediate is OK
209 imm = immediate;
215 bool ArmToMips64Assembler::isValidImmediate(uint32_t immediate)
217 // for MIPS, any 32-bit immediate is OK
221 uint32_t ArmToMips64Assembler::imm(uint32_t immediate)
223 amode.value = immediate;
249 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
253 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
263 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
288 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
294 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
302 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
359 // have a register-based form and a different immediate form. See