Searched defs:immed_8 (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
988 uint32_t* immed_8,
995 *immed_8 = imm8;
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)) {
1174 uint32_t immed_8; local
1176 !fits_shifter(x.imm32_, &rotate_imm, &immed_8,
986 fits_shifter(uint32_t imm32, uint32_t* rotate_imm, uint32_t* immed_8, Instr* instr) argument
1864 uint32_t immed_8; local
[all...]

Completed in 80 milliseconds