Searched refs:Untyped64 (Results 1 – 9 of 9) sorted by relevance
/external/vixl/examples/aarch32/ |
D | pi.cc | 37 __ Vpush(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi() 78 __ Vpop(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi()
|
/external/vixl/test/aarch32/ |
D | test-utils-aarch32.cc | 74 __ Vstr(Untyped64, in Dump()
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.cc | 777 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()
|
D | instructions-aarch32.cc | 498 case Untyped64: in GetName()
|
D | instructions-aarch32.h | 281 Untyped64 = kDataTypeUntyped | 64 enumerator
|
D | assembler-aarch32.h | 4641 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()
|
D | assembler-aarch32.cc | 263 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 …]
|
D | macro-assembler-aarch32.h | 828 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()
|
D | disasm-aarch32.cc | 158 return Untyped64; in Dt_L_imm6_4_Decode() 667 return Untyped64; in Dt_size_6_Decode()
|