Searched refs:SEXT_IMM (Results 1 - 1 of 1) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h44 #define SEXT_IMM(x) ((x) | (-(((x) >> 11) & 1) << 11)) macro
49 inst x30, x1, SEXT_IMM(imm); \
55 inst x1, x1, SEXT_IMM(imm); \
62 inst x30, x1, SEXT_IMM(imm); \
75 inst x30, x1, SEXT_IMM(imm); \
83 inst x1, x0, SEXT_IMM(imm); \
89 inst x0, x1, SEXT_IMM(imm); \

Completed in 6 milliseconds