Home
last modified time | relevance | path

Searched refs:Untyped32 (Results 1 – 7 of 7) sorted by relevance

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc914 Vpush(Untyped32, SRegisterList(SRegister(reg.GetCode()))); in PushRegister()
941 Vpop(Untyped32, SRegisterList(SRegister(*vfp_count * 2))); in PreparePrintfArgument()
1711 vdup(cond, Untyped32, rd, scratch); in Delegate()
1727 vmov(cond, Untyped32, DRegisterLane(rd, 1), scratch); in Delegate()
1745 DataTypeValue vdup_dt = Untyped32; in Delegate()
1751 vdup_dt = Untyped32; in Delegate()
1854 vdup(cond, Untyped32, rd, scratch); in Delegate()
1870 Untyped32, in Delegate()
1893 DataTypeValue vdup_dt = Untyped32; in Delegate()
1899 vdup_dt = Untyped32; in Delegate()
Dinstructions-aarch32.cc496 case Untyped32: in GetName()
Dassembler-aarch32.cc260 case Untyped32: in Dt_L_imm6_4()
584 case Untyped32: in Dt_U_opc1_opc2_1()
620 case Untyped32: in Dt_opc1_opc2_1()
656 case Untyped32: in Dt_imm4_1()
680 case Untyped32: in Dt_B_E_1()
1103 case Untyped32: in Dt_size_6()
1127 case Untyped32: in Dt_size_7()
1148 case Untyped32: in Dt_size_8()
1393 case Untyped32: { in Index_1()
1448 case Untyped32: { in Align_index_align_1()
[all …]
Dinstructions-aarch32.h280 Untyped32 = kDataTypeUntyped | 32, enumerator
Dassembler-aarch32.h4664 void vldr(SRegister rd, Label* label) { vldr(al, Untyped32, rd, label); } in vldr()
4666 vldr(cond, Untyped32, rd, label); in vldr()
4677 vldr(al, Untyped32, rd, operand); in vldr()
4680 vldr(cond, Untyped32, rd, operand); in vldr()
5939 vstr(al, Untyped32, rd, operand); in vstr()
5942 vstr(cond, Untyped32, rd, operand); in vstr()
Dmacro-assembler-aarch32.h845 Vldr(cond, Untyped32, rd, literal); in Vldr()
848 Vldr(al, Untyped32, rd, literal); in Vldr()
888 EmitLiteralCondDtSL<&Assembler::vldr> emit_helper(Untyped32, rd); in Vldr()
7466 Vldr(cond, Untyped32, rd, operand); in Vldr()
7469 Vldr(al, Untyped32, rd, operand); in Vldr()
10312 Vstr(cond, Untyped32, rd, operand); in Vstr()
10315 Vstr(al, Untyped32, rd, operand); in Vstr()
Ddisasm-aarch32.cc156 return Untyped32; in Dt_L_imm6_4_Decode()
346 return Untyped32; in Dt_U_opc1_opc2_1_Decode()
363 return Untyped32; in Dt_opc1_opc2_1_Decode()
380 return Untyped32; in Dt_imm4_1_Decode()
393 return Untyped32; in Dt_B_E_1_Decode()
665 return Untyped32; in Dt_size_6_Decode()
679 return Untyped32; in Dt_size_7_Decode()
691 return Untyped32; in Dt_size_8_Decode()
693 return Untyped32; in Dt_size_8_Decode()
840 case Untyped32: { in Index_1_Decode()
[all …]