Searched refs:AddSubWithCarryFixed (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/a64/ |
D | constants-a64.h | 370 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/ |
D | constants-arm64.h | 478 AddSubWithCarryFixed = 0x1A000000, enumerator 481 ADC_w = AddSubWithCarryFixed | ADD, 482 ADC_x = AddSubWithCarryFixed | ADD | SixtyFourBits, 484 ADCS_w = AddSubWithCarryFixed | ADDS, 485 ADCS_x = AddSubWithCarryFixed | ADDS | SixtyFourBits, 486 SBC_w = AddSubWithCarryFixed | SUB, 487 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits, 489 SBCS_w = AddSubWithCarryFixed | SUBS, 490 SBCS_x = AddSubWithCarryFixed | SUBS | SixtyFourBits
|