Searched refs:AddSubWithCarryFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 559 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/ |
D | constants-aarch64.h | 524 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
|