Searched refs:rotate_imm (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc983 // If this returns true then you have to use the rotate_imm and immed_8
987 uint32_t* rotate_imm,
994 *rotate_imm = rot;
1003 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
1011 *rotate_imm = *immed_8 = 0; // Not used for movw.
1017 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) {
1025 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) {
1031 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
1173 uint32_t rotate_imm; local
1176 !fits_shifter(x.imm32_, &rotate_imm,
986 fits_shifter(uint32_t imm32, uint32_t* rotate_imm, uint32_t* immed_8, Instr* instr) argument
1863 uint32_t rotate_imm; local
[all...]

Completed in 57 milliseconds