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

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc913 // If this returns true then you have to use the rotate_imm and immed_8
917 uint32_t* rotate_imm,
924 *rotate_imm = rot;
933 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
941 *rotate_imm = *immed_8 = 0; // Not used for movw.
947 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) {
955 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) {
961 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
1060 uint32_t rotate_imm; local
1063 !fits_shifter(x.imm32_, &rotate_imm,
916 fits_shifter(uint32_t imm32, uint32_t* rotate_imm, uint32_t* immed_8, Instr* instr) argument
1723 uint32_t rotate_imm; local
[all...]

Completed in 54 milliseconds