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

  /external/chromium_org/v8/src/arm64/
constants-arm64.h 480 AddSubWithCarryFixed = 0x1A000000,
483 ADC_w = AddSubWithCarryFixed | ADD,
484 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
486 ADCS_w = AddSubWithCarryFixed | ADDS,
487 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
488 SBC_w = AddSubWithCarryFixed | SUB,
489 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
491 SBCS_w = AddSubWithCarryFixed | SUBS,
492 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
    [all...]
  /external/vixl/src/a64/
constants-a64.h 370 AddSubWithCarryFixed = 0x1A000000,
373 ADC_w = AddSubWithCarryFixed | ADD,
374 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
376 ADCS_w = AddSubWithCarryFixed | ADDS,
377 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
378 SBC_w = AddSubWithCarryFixed | SUB,
379 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
381 SBCS_w = AddSubWithCarryFixed | SUBS,
382 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
    [all...]

Completed in 665 milliseconds