Home
last modified time | relevance | path

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

/external/vixl/src/a64/
Dconstants-a64.h370 AddSubWithCarryFixed = 0x1A000000, enumerator
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
/external/chromium_org/v8/src/arm64/
Dconstants-arm64.h480 AddSubWithCarryFixed = 0x1A000000, enumerator
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