Searched refs:rotate_imm (Results 1 - 2 of 2) 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...]
/external/v8/src/arm/
H A Dassembler-arm.cc715 // If this returns true then you have to use the rotate_imm and immed_8
719 uint32_t* rotate_imm,
726 *rotate_imm = rot;
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)) {
834 uint32_t rotate_imm;
837 !fits_shifter(x.imm32_, &rotate_imm,
[all...]

Completed in 49 milliseconds