Home
last modified time | relevance | path

Searched refs:AddSubWithCarryFixed (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dconstants-arm64.h477 AddSubWithCarryFixed = 0x1A000000, enumerator
480 ADC_w = AddSubWithCarryFixed | ADD,
481 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
483 ADCS_w = AddSubWithCarryFixed | ADDS,
484 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
485 SBC_w = AddSubWithCarryFixed | SUB,
486 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
488 SBCS_w = AddSubWithCarryFixed | SUBS,
489 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
/external/vixl/src/aarch64/
Dconstants-aarch64.h513 AddSubWithCarryFixed = 0x1A000000, enumerator
516 ADC_w = AddSubWithCarryFixed | ADD,
517 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
519 ADCS_w = AddSubWithCarryFixed | ADDS,
520 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
521 SBC_w = AddSubWithCarryFixed | SUB,
522 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
524 SBCS_w = AddSubWithCarryFixed | SUBS,
525 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits