forked from Github_Repos/cvw
151 lines
2.7 KiB
ArmAsm
151 lines
2.7 KiB
ArmAsm
|
// -----------
|
||
|
// This file was generated by riscv_ctg (https://gitlab.com/incoresemi/riscv-compliance/riscv_ctg)
|
||
|
// version : 0.5.1
|
||
|
// timestamp : Wed Aug 4 06:39:00 2021 GMT
|
||
|
// usage : riscv_ctg \
|
||
|
// --cgf /home/bilalsakhawat/dev2/riscv-ctg/sample_cgfs/dataset.cgf \
|
||
|
// --cgf /home/bilalsakhawat/dev2/riscv-ctg/sample_cgfs/rv32ec.cgf \
|
||
|
// --base-isa rv32e \
|
||
|
// --randomize
|
||
|
// -----------
|
||
|
//
|
||
|
// -----------
|
||
|
// Copyright (c) 2020. RISC-V International. All rights reserved.
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
// -----------
|
||
|
//
|
||
|
// This assembly file tests the c.jalr instruction of the RISC-V C extension for the cjalr covergroup.
|
||
|
//
|
||
|
#include "model_test.h"
|
||
|
#include "arch_test.h"
|
||
|
RVTEST_ISA("RV32EC")
|
||
|
|
||
|
.section .text.init
|
||
|
.globl rvtest_entry_point
|
||
|
rvtest_entry_point:
|
||
|
RVMODEL_BOOT
|
||
|
RVTEST_CODE_BEGIN
|
||
|
|
||
|
#ifdef TEST_CASE_1
|
||
|
|
||
|
RVTEST_CASE(0,"//check ISA:=regex(.*32.*);check ISA:=regex(.*E.*C.*) ;def RVTEST_E = True;def TEST_CASE_1=True;",cjalr)
|
||
|
|
||
|
RVTEST_SIGBASE( x10,signature_x10_1)
|
||
|
|
||
|
inst_0:
|
||
|
// rs1==x6,
|
||
|
// opcode:c.jalr; op1:x6
|
||
|
TEST_CJALR_OP(x11, x6, x10, 0)
|
||
|
|
||
|
inst_1:
|
||
|
// rs1==x4,
|
||
|
// opcode:c.jalr; op1:x4
|
||
|
TEST_CJALR_OP(x11, x4, x10, 4)
|
||
|
|
||
|
inst_2:
|
||
|
// rs1==x3,
|
||
|
// opcode:c.jalr; op1:x3
|
||
|
TEST_CJALR_OP(x11, x3, x10, 8)
|
||
|
|
||
|
inst_3:
|
||
|
// rs1==x1,
|
||
|
// opcode:c.jalr; op1:x1
|
||
|
TEST_CJALR_OP(x11, x1, x10, 12)
|
||
|
|
||
|
inst_4:
|
||
|
// rs1==x12,
|
||
|
// opcode:c.jalr; op1:x12
|
||
|
TEST_CJALR_OP(x11, x12, x10, 16)
|
||
|
|
||
|
inst_5:
|
||
|
// rs1==x2,
|
||
|
// opcode:c.jalr; op1:x2
|
||
|
TEST_CJALR_OP(x11, x2, x10, 20)
|
||
|
|
||
|
inst_6:
|
||
|
// rs1==x8,
|
||
|
// opcode:c.jalr; op1:x8
|
||
|
TEST_CJALR_OP(x11, x8, x10, 24)
|
||
|
|
||
|
inst_7:
|
||
|
// rs1==x7,
|
||
|
// opcode:c.jalr; op1:x7
|
||
|
TEST_CJALR_OP(x11, x7, x10, 28)
|
||
|
|
||
|
inst_8:
|
||
|
// rs1==x15,
|
||
|
// opcode:c.jalr; op1:x15
|
||
|
TEST_CJALR_OP(x11, x15, x10, 32)
|
||
|
|
||
|
inst_9:
|
||
|
// rs1==x5,
|
||
|
// opcode:c.jalr; op1:x5
|
||
|
TEST_CJALR_OP(x11, x5, x10, 36)
|
||
|
|
||
|
inst_10:
|
||
|
// rs1==x9,
|
||
|
// opcode:c.jalr; op1:x9
|
||
|
TEST_CJALR_OP(x11, x9, x10, 40)
|
||
|
|
||
|
inst_11:
|
||
|
// rs1==x14,
|
||
|
// opcode:c.jalr; op1:x14
|
||
|
TEST_CJALR_OP(x3, x14, x10, 44)
|
||
|
RVTEST_SIGBASE( x2,signature_x2_0)
|
||
|
|
||
|
inst_12:
|
||
|
// rs1==x11,
|
||
|
// opcode:c.jalr; op1:x11
|
||
|
TEST_CJALR_OP(x3, x11, x2, 0)
|
||
|
|
||
|
inst_13:
|
||
|
// rs1==x13,
|
||
|
// opcode:c.jalr; op1:x13
|
||
|
TEST_CJALR_OP(x3, x13, x2, 4)
|
||
|
|
||
|
inst_14:
|
||
|
// rs1==x10,
|
||
|
// opcode:c.jalr; op1:x10
|
||
|
TEST_CJALR_OP(x3, x10, x2, 8)
|
||
|
#endif
|
||
|
|
||
|
|
||
|
RVTEST_CODE_END
|
||
|
RVMODEL_HALT
|
||
|
|
||
|
RVTEST_DATA_BEGIN
|
||
|
.align 4
|
||
|
rvtest_data:
|
||
|
.word 0xbabecafe
|
||
|
RVTEST_DATA_END
|
||
|
|
||
|
RVMODEL_DATA_BEGIN
|
||
|
|
||
|
|
||
|
signature_x10_0:
|
||
|
.fill 0*(XLEN/32),4,0xdeadbeef
|
||
|
|
||
|
|
||
|
signature_x10_1:
|
||
|
.fill 12*(XLEN/32),4,0xdeadbeef
|
||
|
|
||
|
|
||
|
signature_x2_0:
|
||
|
.fill 3*(XLEN/32),4,0xdeadbeef
|
||
|
|
||
|
#ifdef rvtest_mtrap_routine
|
||
|
|
||
|
mtrap_sigptr:
|
||
|
.fill 64*(XLEN/32),4,0xdeadbeef
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#ifdef rvtest_gpr_save
|
||
|
|
||
|
gpr_save:
|
||
|
.fill 32*(XLEN/32),4,0xdeadbeef
|
||
|
|
||
|
#endif
|
||
|
|
||
|
RVMODEL_DATA_END
|