Searched refs:Untyped8 (Results 1 – 5 of 5) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 1740 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1744 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1748 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1752 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1756 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1760 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1764 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1768 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1772 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1777 COMPARE_BOTH(Vld2(Untyped8, in TEST() [all …]
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.cc | 491 case Untyped8: in GetName()
|
D | assembler-aarch32.cc | 213 case Untyped8: in Dt_L_imm6_4() 567 case Untyped8: in Dt_opc1_opc2_1() 603 case Untyped8: in Dt_imm4_1() 633 case Untyped8: in Dt_B_E_1() 954 case Untyped8: in Dt_size_1() 1056 case Untyped8: in Dt_size_6() 1080 case Untyped8: in Dt_size_7() 1101 case Untyped8: in Dt_size_8() 1295 case Untyped8: in Dt_size_15() 1349 case Untyped8: { in Index_1() [all …]
|
D | instructions-aarch32.h | 279 Untyped8 = kDataTypeUntyped | 8, enumerator
|
D | disasm-aarch32.cc | 155 return Untyped8; in Dt_L_imm6_4_Decode() 358 return Untyped8; in Dt_opc1_opc2_1_Decode() 375 return Untyped8; in Dt_imm4_1_Decode() 392 return Untyped8; in Dt_B_E_1_Decode() 606 return Untyped8; in Dt_size_1_Decode() 664 return Untyped8; in Dt_size_6_Decode() 678 return Untyped8; in Dt_size_7_Decode() 690 return Untyped8; in Dt_size_8_Decode() 810 return Untyped8; in Dt_size_15_Decode() 839 case Untyped8: { in Index_1_Decode() [all …]
|