Searched refs:skip (Results 26 - 40 of 40) sorted by relevance

12

/gem5/ext/ply/example/ansic/
H A Dclex.py155 t.lexer.skip(1)
/gem5/ext/ply/example/yply/
H A Dylex.py100 t.lexer.skip(1)
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dcsr.S82 beqz a0, finish # if no user mode, skip the rest of these checks
135 # Return to user mode, but skip the trapping instruction.
H A Ddirty.S89 skip: label
H A Dma_fetch.S29 # Without RVC, the jalr should trap, and the handler will skip ahead.
/gem5/ext/ply/example/newclasscalc/
H A Dcalc.py98 t.lexer.skip(1)
/gem5/ext/ply/example/classcalc/
H A Dcalc.py95 t.lexer.skip(1)
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s55 # to the procedure to skip those instructions.
177 # skip the (unecessary) restore operations.
179 # We jump to an offset of 16 to either (1) skip past the two noop pairs
180 # at the start of qt_start$TXT, or (2) skip past the two noop pairs
/gem5/util/style/
H A Dverifiers.py158 def skip(self, filename): member in class:Verifier
159 # We never want to handle symlinks, so always skip them: If the
160 # location pointed to is a directory, skip it. If the location is a
171 Verifier is skipped if --skip-<test> option was provided or if
179 if not (self.opt_skip or self.skip(filename)):
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uc/
H A Drvc.S33 .skip 4094; \
/gem5/src/arch/
H A Dmicro_asm.py302 t.skip(1)
H A Disa_parser.py1894 t.skip(1)
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py150 t.lexer.skip(1)
/gem5/ext/ply/ply/
H A Dcpp.py66 t.lexer.skip(1)
H A Dlex.py292 # skip() - Skip ahead n characters
294 def skip(self,n): member in class:Lexer

Completed in 34 milliseconds

12