Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
D2007-03-16-InlineAsm.ll8 %B_addr = alloca i32 ; <i32*> [#uses=1]
13 store i32 %B, i32* %B_addr
/external/vixl/test/examples/
Dtest-examples.cc303 uintptr_t B_addr = reinterpret_cast<uintptr_t>(B); in TEST() local
317 simulator.set_xreg(1, B_addr); in TEST()