Home | History | Annotate | Download | only in arm

Lines Matching refs:immed_8

715 // If this returns true then you have to use the rotate_imm and immed_8
720 uint32_t* immed_8,
727 *immed_8 = imm8;
735 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
743 *rotate_imm = *immed_8 = 0; // Not used for movw.
749 if (fits_shifter(-imm32, rotate_imm, immed_8, NULL)) {
757 if (fits_shifter(-imm32, rotate_imm, immed_8, NULL)) {
763 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
835 uint32_t immed_8;
837 !fits_shifter(x.imm32_, &rotate_imm, &immed_8, &instr)) {
868 instr |= I | rotate_imm*B8 | immed_8;
1381 uint32_t immed_8;
1383 !fits_shifter(src.imm32_, &rotate_imm, &immed_8, NULL)) {
1390 instr = I | rotate_imm*B8 | immed_8;