HomeSort by relevance Sort by last modified time
    Searched refs:immed_8 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/arm/
assembler-arm.cc 978 // If this returns true then you have to use the rotate_imm and immed_8
983 uint32_t* immed_8,
990 *immed_8 = imm8;
998 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
1006 *rotate_imm = *immed_8 = 0; // Not used for movw.
1012 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) {
1020 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) {
1026 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) {
1126 uint32_t immed_8; local
1813 uint32_t immed_8; local
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 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))
    [all...]

Completed in 25 milliseconds