Home
last modified time | relevance | path

Searched refs:Untyped64 (Results 1 – 9 of 9) 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()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc777 Vpush(Untyped64, DRegisterList(d0, 8)); in Printf()
778 if (Has32DRegs()) Vpush(Untyped64, DRegisterList(d16, 16)); in Printf()
899 if (Has32DRegs()) Vpop(Untyped64, DRegisterList(d16, 16)); in Printf()
900 Vpop(Untyped64, DRegisterList(d0, 8)); in Printf()
917 Vpush(Untyped64, DRegisterList(DRegister(reg.GetCode()))); in PushRegister()
948 Vpop(Untyped64, DRegisterList(DRegister(*vfp_count))); in PreparePrintfArgument()
Dinstructions-aarch32.cc498 case Untyped64: in GetName()
Dinstructions-aarch32.h281 Untyped64 = kDataTypeUntyped | 64 enumerator
Dassembler-aarch32.h4641 void vldr(DRegister rd, Label* label) { vldr(al, Untyped64, rd, label); } in vldr()
4643 vldr(cond, Untyped64, rd, label); in vldr()
4654 vldr(al, Untyped64, rd, operand); in vldr()
4657 vldr(cond, Untyped64, rd, operand); in vldr()
5925 vstr(al, Untyped64, rd, operand); in vstr()
5928 vstr(cond, Untyped64, rd, operand); in vstr()
Dassembler-aarch32.cc263 case Untyped64: in Dt_L_imm6_4()
1106 case Untyped64: in Dt_size_6()
16383 if ((dt.Is(Untyped16) || dt.Is(Untyped32) || dt.Is(Untyped64)) && in vext()
16403 if ((dt.Is(Untyped16) || dt.Is(Untyped32) || dt.Is(Untyped64)) && in vext()
18407 if (dt.IsNoneOr(Untyped64) && in vldr()
18432 if (dt.IsNoneOr(Untyped64) && in vldr()
18473 if (dt.IsNoneOr(Untyped64) && (offset >= -1020) && (offset <= 1020) && in vldr()
18482 if (dt.IsNoneOr(Untyped64) && (offset >= -1020) && (offset <= 1020) && in vldr()
18494 if (dt.IsNoneOr(Untyped64) && (offset >= -1020) && (offset <= 1020) && in vldr()
18504 if (dt.IsNoneOr(Untyped64) && (offset >= -1020) && (offset <= 1020) && in vldr()
[all …]
Dmacro-assembler-aarch32.h828 Vldr(cond, Untyped64, rd, literal); in Vldr()
831 Vldr(al, Untyped64, rd, literal); in Vldr()
899 EmitLiteralCondDtDL<&Assembler::vldr> emit_helper(Untyped64, rd); in Vldr()
7443 Vldr(cond, Untyped64, rd, operand); in Vldr()
7446 Vldr(al, Untyped64, rd, operand); in Vldr()
10290 Vstr(cond, Untyped64, rd, operand); in Vstr()
10293 Vstr(al, Untyped64, rd, operand); in Vstr()
Ddisasm-aarch32.cc158 return Untyped64; in Dt_L_imm6_4_Decode()
667 return Untyped64; in Dt_size_6_Decode()