Home
last modified time | relevance | path

Searched refs:REGLIST1 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.def85 REGLIST1(RegX8632, sp)) \
87 REGLIST1(RegX8632, bp)) \
89 REGLIST1(RegX8632, si)) \
91 REGLIST1(RegX8632, di)) \
102 REGLIST1(RegX8632, esp)) \
104 REGLIST1(RegX8632, ebp)) \
106 REGLIST1(RegX8632, esi)) \
108 REGLIST1(RegX8632, edi)) \
118 // we use REGLIST1() to redundantly assign the register itself as an alias.
DIceRegistersARM32.def21 X(Reg_ip, 12, "ip", 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, REGLIST1(RegARM32, ip)) \
22 X(Reg_sp, 13, "sp", 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, REGLIST1(RegARM32, sp)) \
23 X(Reg_lr, 14, "lr", 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, REGLIST1(RegARM32, lr)) \
24 X(Reg_pc, 15, "pc", 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, REGLIST1(RegARM32, pc))
DIceRegList.h24 #define REGLIST1(ns, r0) \ macro
DIceInstX8664.def224 // we use REGLIST1() to redundantly assign the register itself as an alias.
/external/llvm/test/CodeGen/ARM/
Dmemcpy-ldm-stm.ll75 ; CHECK: ldm{{(\.w)?}} {{[rl0-9]+!?}}, [[REGLIST1:{.*}]]
76 ; CHECK: stm{{(\.w)?}} {{[rl0-9]+!?}}, [[REGLIST1]]