Home
last modified time | relevance | path

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

/external/vixl/examples/aarch64/
Dliteral.cc38 Literal<int64_t> automatically_placed_literal(111, masm.GetLiteralPool()); in LiteralExample() local
54 __ Ldr(x2, &automatically_placed_literal); in LiteralExample()
74 automatically_placed_literal.UpdateValue(a, code); in LiteralExample()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc27110 Literal<int64_t> automatically_placed_literal(1, masm.GetLiteralPool()); in TEST() local
27120 __ Ldr(x2, &automatically_placed_literal); in TEST()