Searched refs:ld (Results 51 - 55 of 55) sorted by relevance

123

/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp349 std_ulogic lu, lx, l0, l1, lz, lw, ll, lh, ld; local
389 ll = v7 & v7; lh = v7 & v8; ld = v7 & v9;
442 ll = v7 | v7; lh = v7 | v8; ld = v7 | v9;
495 ll = v7 ^ v7; lh = v7 ^ v8; ld = v7 ^ v9;
/gem5/tests/test-progs/asmtest/src/riscv/
H A DMakefile50 $$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) -I$(src_dir)/../env/ps -I$(src_dir)/macros/scalar -I$(src_dir)/macros/mt -T$(src_dir)/../env/ps/link.ld $$< -o $(bin_dir)/$$@
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dentry.S5 # define LOAD ld
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h411 ld a3, 24(a0); \
600 ld a3, 0(a0); \
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1020 DECLARE_INSN(ld, MATCH_LD, MASK_LD)

Completed in 10 milliseconds

123