Searched refs:pImm (Results 1 – 2 of 2) sorted by relevance
51 helper_reencode_adr_imm(uint32_t pInst, uint32_t pImm) in helper_reencode_adr_imm() argument54 | ((pImm & get_mask(2)) << 29) | ((pImm & (get_mask(19) << 2)) << 3); in helper_reencode_adr_imm()58 static inline uint32_t helper_reencode_add_imm(uint32_t pInst, uint32_t pImm) in helper_reencode_add_imm() argument60 return (pInst & ~(get_mask(12) << 10)) | ((pImm & get_mask(12)) << 10); in helper_reencode_add_imm()79 helper_reencode_ldst_pos_imm (uint32_t pInst, uint32_t pImm) in helper_reencode_ldst_pos_imm() argument81 return (pInst & ~(get_mask(12) << 10)) | ((pImm & get_mask(12)) << 10); in helper_reencode_ldst_pos_imm()
199 Relocator::DWord pImm) in helper_insert_val_movw_movt_inst() argument203 pTarget |= pImm & 0x0fffU; in helper_insert_val_movw_movt_inst()204 pTarget |= (pImm & 0xf000U) << 4; in helper_insert_val_movw_movt_inst()221 Relocator::DWord pImm) in helper_insert_val_thumb_movw_movt_inst() argument225 pValue |= (pImm & 0xf000U) << 4; in helper_insert_val_thumb_movw_movt_inst()226 pValue |= (pImm & 0x0800U) << 15; in helper_insert_val_thumb_movw_movt_inst()227 pValue |= (pImm & 0x0700U) << 4; in helper_insert_val_thumb_movw_movt_inst()228 pValue |= (pImm & 0x00ffU); in helper_insert_val_thumb_movw_movt_inst()