Searched refs:LeaveFlags (Results 1 – 13 of 13) sorted by relevance
/external/vixl/doc/ |
D | changelog.md | 105 `SetFlags` and `LeaveFlags` arguments.
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 47 enum FlagsUpdate { LeaveFlags = 0, SetFlags = 1, DontCare = 2 }; enumerator 1015 case LeaveFlags: in Adc() 1099 case LeaveFlags: in Add() 1189 case LeaveFlags: in And() 1258 case LeaveFlags: in Asr() 1383 case LeaveFlags: in Bic() 1727 case LeaveFlags: in Eor() 2280 case LeaveFlags: in Lsl() 2347 case LeaveFlags: in Lsr() 2409 case LeaveFlags: in Mla() [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 1766 (S == LeaveFlags)) { in AddSubMacro() 1813 AddSubWithCarryMacro(rd, rn, operand, LeaveFlags, ADC); in Adc() 1829 AddSubWithCarryMacro(rd, rn, operand, LeaveFlags, SBC); in Sbc()
|
D | assembler-aarch64.cc | 472 AddSub(rd, rn, operand, LeaveFlags, ADD); in add() 492 AddSub(rd, rn, operand, LeaveFlags, SUB); in sub() 524 AddSubWithCarry(rd, rn, operand, LeaveFlags, ADC); in adc() 538 AddSubWithCarry(rd, rn, operand, LeaveFlags, SBC); in sbc() 5439 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
|
D | macro-assembler-sve-aarch64.cc | 1015 case LeaveFlags: in Ptrue()
|
D | constants-aarch64.h | 313 LeaveFlags = 0 enumerator
|
D | macro-assembler-aarch64.h | 743 FlagsUpdate S = LeaveFlags); 748 FlagsUpdate S = LeaveFlags);
|
D | simulator-aarch64.cc | 386 LeaveFlags); in ExtractFromSimVRegister() 11436 FlagsUpdate flags = LeaveFlags; in VisitSVEPredicateReadFromFFR_Predicated()
|
D | assembler-aarch64.h | 5924 } else if (S == LeaveFlags) { in Flags()
|
D | logic-aarch64.cc | 6368 LeaveFlags); in FTMaddHelper()
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 2735 COMPARE_MACRO(Add(w0, w1, 5, LeaveFlags), "add w0, w1, #0x5 (5)"); in TEST() 2738 COMPARE_MACRO(Sub(w0, w1, 5, LeaveFlags), "sub w0, w1, #0x5 (5)"); in TEST()
|
D | test-assembler-sve-aarch64.cc | 3394 FlagsUpdate s = LeaveFlags) { in PtrueHelper() 3515 if (s == LeaveFlags) { in PtrueHelper() 3549 TEST_SVE(sve_ptrue_b) { PtrueHelper(config, kBRegSize, LeaveFlags); } in TEST_SVE() 3550 TEST_SVE(sve_ptrue_h) { PtrueHelper(config, kHRegSize, LeaveFlags); } in TEST_SVE() 3551 TEST_SVE(sve_ptrue_s) { PtrueHelper(config, kSRegSize, LeaveFlags); } in TEST_SVE() 3552 TEST_SVE(sve_ptrue_d) { PtrueHelper(config, kDRegSize, LeaveFlags); } in TEST_SVE()
|
D | test-disasm-sve-aarch64.cc | 6162 COMPARE_MACRO(Ptrue(p2.VnS(), SVE_VL32, LeaveFlags), "ptrue p2.s, vl32"); in TEST()
|