Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp90 #define FOREACH_REGISTER(OP_REG, OP_NUM) \ argument
91 OP_REG(rax) \
92 OP_REG(rbx) \
93 OP_REG(rcx) \
94 OP_REG(rdx) \
95 OP_REG(rsi) \
96 OP_REG(rdi) \
97 OP_REG(rbp) \
98 OP_REG(rsp) \
107 OP_REG(rip)
[all …]