Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h559 AddSubWithCarryFixed = 0x1A000000, enumerator
562 ADC_w = AddSubWithCarryFixed | ADD,
563 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
565 ADCS_w = AddSubWithCarryFixed | ADDS,
566 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
567 SBC_w = AddSubWithCarryFixed | SUB,
568 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
570 SBCS_w = AddSubWithCarryFixed | SUBS,
571 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
/external/vixl/src/aarch64/
Dconstants-aarch64.h524 AddSubWithCarryFixed = 0x1A000000, enumerator
527 ADC_w = AddSubWithCarryFixed | ADD,
528 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
530 ADCS_w = AddSubWithCarryFixed | ADDS,
531 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
532 SBC_w = AddSubWithCarryFixed | SUB,
533 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
535 SBCS_w = AddSubWithCarryFixed | SUBS,
536 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits