Home
last modified time | relevance | path

Searched refs:pld_label (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch32/
Dtest-disasm-a32.cc3459 Label pld_label; in TEST() local
3460 COMPARE_A32(Pld(&pld_label);, "pld [pc, #-0]\n"); in TEST()
3461 COMPARE_T32(Pld(&pld_label);, "pld [pc, #-0]\n"); in TEST()
3462 __ Bind(&pld_label); in TEST()
Dtest-assembler-aarch32.cc4115 Label pld_label; in TEST() local
4116 __ Pld(&pld_label); in TEST()
4117 __ Bind(&pld_label); in TEST()