Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h576 AddSubWithCarryFixed = 0x1A000000,
579 ADC_w = AddSubWithCarryFixed | ADD,
580 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
582 ADCS_w = AddSubWithCarryFixed | ADDS,
583 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
584 SBC_w = AddSubWithCarryFixed | SUB,
585 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
587 SBCS_w = AddSubWithCarryFixed | SUBS,
588 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h710 AddSubWithCarryFixed = 0x1A000000, enumerator
713 ADC_w = AddSubWithCarryFixed | ADD,
714 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits,
716 ADCS_w = AddSubWithCarryFixed | ADDS,
717 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits,
718 SBC_w = AddSubWithCarryFixed | SUB,
719 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
721 SBCS_w = AddSubWithCarryFixed | SUBS,
722 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits

Completed in 27 milliseconds