Home
last modified time | relevance | path

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

/external/vixl/examples/aarch32/
Dmandelbrot.cc59 __ Vdup(Untyped32, kCImag, kNegTwo); in GenerateMandelBrot()
162 __ Vbsl(Untyped32, kLowerFlags, kSpaces, kStars); in GenerateMandelBrot()
165 __ Vst1(Untyped32, in GenerateMandelBrot()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc618 Vpush(Untyped32, SRegisterList(SRegister(reg.GetCode()))); in PushRegister()
645 Vpop(Untyped32, SRegisterList(SRegister(*vfp_count * 2))); in PreparePrintfArgument()
1415 vdup(cond, Untyped32, rd, scratch); in Delegate()
1431 vmov(cond, Untyped32, DRegisterLane(rd, 1), scratch); in Delegate()
1449 DataTypeValue vdup_dt = Untyped32; in Delegate()
1455 vdup_dt = Untyped32; in Delegate()
1558 vdup(cond, Untyped32, rd, scratch); in Delegate()
1574 Untyped32, in Delegate()
1597 DataTypeValue vdup_dt = Untyped32; in Delegate()
1603 vdup_dt = Untyped32; in Delegate()
Dinstructions-aarch32.cc495 case Untyped32: in GetName()
Dassembler-aarch32.cc219 case Untyped32: in Dt_L_imm6_4()
543 case Untyped32: in Dt_U_opc1_opc2_1()
579 case Untyped32: in Dt_opc1_opc2_1()
615 case Untyped32: in Dt_imm4_1()
639 case Untyped32: in Dt_B_E_1()
1062 case Untyped32: in Dt_size_6()
1086 case Untyped32: in Dt_size_7()
1107 case Untyped32: in Dt_size_8()
1367 case Untyped32: { in Index_1()
1422 case Untyped32: { in Align_index_align_1()
[all …]
Dinstructions-aarch32.h281 Untyped32 = kDataTypeUntyped | 32, enumerator
Dassembler-aarch32.h4755 vldr(al, Untyped32, rd, location); in vldr()
4758 vldr(cond, Untyped32, rd, location); in vldr()
4769 vldr(al, Untyped32, rd, operand); in vldr()
4772 vldr(cond, Untyped32, rd, operand); in vldr()
6025 vstr(al, Untyped32, rd, operand); in vstr()
6028 vstr(cond, Untyped32, rd, operand); in vstr()
Ddisasm-aarch32.cc159 return Untyped32; in Dt_L_imm6_4_Decode()
349 return Untyped32; in Dt_U_opc1_opc2_1_Decode()
366 return Untyped32; in Dt_opc1_opc2_1_Decode()
383 return Untyped32; in Dt_imm4_1_Decode()
396 return Untyped32; in Dt_B_E_1_Decode()
668 return Untyped32; in Dt_size_6_Decode()
682 return Untyped32; in Dt_size_7_Decode()
694 return Untyped32; in Dt_size_8_Decode()
696 return Untyped32; in Dt_size_8_Decode()
851 case Untyped32: { in Index_1_Decode()
[all …]
Dmacro-assembler-aarch32.h756 Vldr(cond, Untyped32, rd, literal); in Vldr()
759 Vldr(al, Untyped32, rd, literal); in Vldr()
7368 Vldr(cond, Untyped32, rd, operand); in Vldr()
7371 Vldr(al, Untyped32, rd, operand); in Vldr()
10208 Vstr(cond, Untyped32, rd, operand); in Vstr()
10211 Vstr(al, Untyped32, rd, operand); in Vstr()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc6655 vldr_info(al, Untyped32, s0, &unbound, &info), in TEST_T32()
6656 vldr(al, Untyped32, s0, &label)); in TEST_T32()
6743 vldr_info(al, Untyped32, s0, &unbound, &info), in TEST_A32()
6744 vldr(al, Untyped32, s0, &label)); in TEST_A32()