Searched refs:Untyped8 (Results 1 – 5 of 5) sorted by relevance
/third_party/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 1741 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1745 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1749 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1753 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1757 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1761 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1765 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1769 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1773 COMPARE_BOTH(Vld1(Untyped8, in TEST() 1778 COMPARE_BOTH(Vld2(Untyped8, in TEST() [all …]
|
/third_party/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 …]
|