Home
last modified time | relevance | path

Searched refs:Untyped64 (Results 1 – 10 of 10) sorted by relevance

/external/vixl/examples/aarch32/
Dpi.cc37 __ Vpush(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi()
78 __ Vpop(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi()
/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc74 __ Vstr(Untyped64, in Dump()
Dtest-assembler-aarch32.cc6650 vldr_info(al, Untyped64, d0, &unbound, &info), in TEST_T32()
6651 vldr(al, Untyped64, d0, &label)); in TEST_T32()
6738 vldr_info(al, Untyped64, d0, &unbound, &info), in TEST_A32()
6739 vldr(al, Untyped64, d0, &label)); in TEST_A32()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc481 Vpush(Untyped64, DRegisterList(d0, 8)); in Printf()
482 if (Has32DRegs()) Vpush(Untyped64, DRegisterList(d16, 16)); in Printf()
603 if (Has32DRegs()) Vpop(Untyped64, DRegisterList(d16, 16)); in Printf()
604 Vpop(Untyped64, DRegisterList(d0, 8)); in Printf()
621 Vpush(Untyped64, DRegisterList(DRegister(reg.GetCode()))); in PushRegister()
652 Vpop(Untyped64, DRegisterList(DRegister(*vfp_count))); in PreparePrintfArgument()
Dinstructions-aarch32.cc497 case Untyped64: in GetName()
Dinstructions-aarch32.h282 Untyped64 = kDataTypeUntyped | 64 enumerator
Dassembler-aarch32.h4725 vldr(al, Untyped64, rd, location); in vldr()
4728 vldr(cond, Untyped64, rd, location); in vldr()
4739 vldr(al, Untyped64, rd, operand); in vldr()
4742 vldr(cond, Untyped64, rd, operand); in vldr()
6011 vstr(al, Untyped64, rd, operand); in vstr()
6014 vstr(cond, Untyped64, rd, operand); in vstr()
Dassembler-aarch32.cc222 case Untyped64: in Dt_L_imm6_4()
1065 case Untyped64: in Dt_size_6()
17538 if ((dt.Is(Untyped16) || dt.Is(Untyped32) || dt.Is(Untyped64)) && in vext()
17558 if ((dt.Is(Untyped16) || dt.Is(Untyped32) || dt.Is(Untyped64)) && in vext()
19584 if (dt.IsNoneOr(Untyped64) && in vldr()
19613 if (dt.IsNoneOr(Untyped64) && in vldr()
19655 if (dt.IsNoneOr(Untyped64)) { in vldr_info()
19661 if (dt.IsNoneOr(Untyped64) && cond.IsNotNever()) { in vldr_info()
19680 if (dt.IsNoneOr(Untyped64) && (offset >= -1020) && (offset <= 1020) && in vldr()
19689 if (dt.IsNoneOr(Untyped64) && (offset >= -1020) && (offset <= 1020) && in vldr()
[all …]
Dmacro-assembler-aarch32.h727 Vldr(cond, Untyped64, rd, literal); in Vldr()
730 Vldr(al, Untyped64, rd, literal); in Vldr()
7345 Vldr(cond, Untyped64, rd, operand); in Vldr()
7348 Vldr(al, Untyped64, rd, operand); in Vldr()
10186 Vstr(cond, Untyped64, rd, operand); in Vstr()
10189 Vstr(al, Untyped64, rd, operand); in Vstr()
Ddisasm-aarch32.cc161 return Untyped64; in Dt_L_imm6_4_Decode()
670 return Untyped64; in Dt_size_6_Decode()
5014 << DtPrinter(dt, Untyped64) << " " << rd << ", " in vldr()
5026 << DtPrinter(dt, Untyped64) << " " << rd << ", " in vldr()
6783 << DtPrinter(dt, Untyped64) << " " << rd << ", " in vstr()
22950 Untyped64, in DecodeT32()
23137 Untyped64, in DecodeT32()
23142 Untyped64, in DecodeT32()
23160 Untyped64, in DecodeT32()
65177 Untyped64, in DecodeA32()
[all …]