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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dauipc.S4 # auipc.S
7 # Test auipc instruction.
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.h50 auipc(const uint64_t imm) function in namespace:I
53 asm volatile("auipc %0,%1" : "=r" (rd) : "i" (imm));
54 std::cout << "auipc: 0x" << std::hex << std::uppercase << rd <<
72 asm volatile("auipc %0,0;"
H A Drv64i.cpp57 expect<bool>(true, []{return I::auipc(3);}, "auipc");
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h988 DECLARE_INSN(auipc, MATCH_AUIPC, MASK_AUIPC)

Completed in 17 milliseconds