Home
last modified time | relevance | path

Searched refs:hello_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/tests/hello_world/
Dmain_arm64.S24 adrp x1, hello_string
25 add x1, x1, :lo12:hello_string
37 hello_string: label
Dmain_riscv64.S25 auipc a1, %pcrel_hi(hello_string)
38 hello_string: label
/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc2046 StringLiteral hello_string("hello"); in TEST() local
2048 __ Ldrb(r1, &hello_string); in TEST()
2050 __ Adr(r0, &hello_string); in TEST()