Searched refs:RSVal (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/mips64/ |
D | cvm_ins.c | 70 #define TESTINST1(instruction, RSVal, RT, RS, p, lenm1) \ argument 79 : "r" (RSVal) \ 83 instruction, out, RSVal, p, lenm1); \ 85 #define TESTINST2(instruction, RSVal, RTval, RD, RS, RT) \ argument 95 : "r" (RSVal), "r" (RTval) \ 99 instruction, out, RSVal, RTval); \ 101 #define TESTINST3(instruction, RSVal, RT, RS, imm) \ argument 110 : "r" (RSVal) \ 114 instruction, out, RSVal, imm); \
|
D | cvm_atomic.c | 86 #define TEST2(instruction, RSVal, RTVal) \ argument 95 : "r" (RSVal), "r" (RTVal) \ 99 instruction, out, (long long) RSVal, (long long) RTVal); \
|