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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dbeq.S4 # beq.S
7 # Test beq instruction.
22 TEST_BR2_OP_TAKEN( 2, beq, 0, 0 );
23 TEST_BR2_OP_TAKEN( 3, beq, 1, 1 );
24 TEST_BR2_OP_TAKEN( 4, beq, -1, -1 );
26 TEST_BR2_OP_NOTTAKEN( 5, beq, 0, 1 );
27 TEST_BR2_OP_NOTTAKEN( 6, beq, 1, 0 );
28 TEST_BR2_OP_NOTTAKEN( 7, beq, -1, 1 );
29 TEST_BR2_OP_NOTTAKEN( 8, beq, 1, -1 );
35 TEST_BR2_SRC12_BYPASS( 9, 0, 0, beq,
[all...]
/gem5/system/arm/simple_bootloader/
H A Dsimple.S79 beq pen // if it's zero try again
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dillegal.S145 beq t0, t1, 2f
147 beq t0, t1, 3f
149 beq t0, t1, 4f
151 beq t0, t1, 5f
153 beq t0, t1, 6f
155 beq t0, t1, 7f
157 beq t0, t1, 8f
159 beq t0, t1, 9f
H A Daccess.S49 beq TESTNUM, a0, 2f
51 beq TESTNUM, a0, 2f
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dma_fetch.S118 beq TESTNUM, a0, 1f
120 beq TESTNUM, a0, 1f
122 beq TESTNUM, a0, 1f
124 beq TESTNUM, a0, 1f
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dstructural.S34 beq x1, x5, 2f ;\
36 2:beq x2, x4, 2f ;\
/gem5/system/alpha/console/
H A Ddbmentry.S53 beq v0, cpuz
63 beq t4, cpuwait
92 beq s0,master
176 beq v0,2f # branch if lost atomicity
204 beq t3, test
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h122 beq t5, t6, write_tohost; \
124 beq t5, t6, write_tohost; \
126 beq t5, t6, write_tohost; \
/gem5/system/alpha/palcode/
H A Dplatform.S374 beq r25, 1f // if any int's pending, re-queue CFLUSH -- need to check for hlt interrupt???
617 beq r14, 1f
624 beq r13, 1f
627 beq r10, pal_post_dev_interrupt // done if nothing set
671 beq r14, normal_int // if not compute the vector normally
706 beq r14, 1f
730 beq r14, 1f
737 beq r13, 1f
740 beq r10, pal_post_dev_interrupt // done if nothing set
754 beq r1
[all...]
H A Dosfpal.S272 beq r10, TRAP_INTERRUPT_10_ // Skip stack swap in kernel
719 beq r12, TRAP_ARITH_10_ // if zero we are in kern now
939 beq r9, dfault_do_bugcheck
942 beq r9, dfault_do_bugcheck
1683 beq r25, pal_update_pcb_10_ // in kern? no need to update user sp
3167 beq r16, perfmon_dis // br if requested to disable (r16=0)
3294 beq r11, rti_to_kern // br if rti to Kern
3410 beq r24, sys_from_kern // sysCall from kern is not allowed
4078 beq r8, cache_copy_done
4094 beq r1
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp64 expect<bool>(true, []{return I::beq(5, 5);}, "beq, equal");
65 expect<bool>(false, []{return I::beq(numeric_limits<int64_t>::max(),
66 numeric_limits<int64_t>::min());}, "beq, not equal");
H A Drv64i.h83 beq(int64_t a, int64_t b) function in namespace:I
85 asm volatile goto("beq %0,%1,%l[beqlabel]"
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h979 DECLARE_INSN(beq, MATCH_BEQ, MASK_BEQ)

Completed in 36 milliseconds