Searched refs:sub (Results 1 - 25 of 58) sorted by relevance

123

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsub.S4 # sub.S
7 # Test sub instruction.
20 TEST_RR_OP( 2, sub, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000 );
21 TEST_RR_OP( 3, sub, 0x0000000000000000, 0x0000000000000001, 0x0000000000000001 );
22 TEST_RR_OP( 4, sub, 0xfffffffffffffffc, 0x0000000000000003, 0x0000000000000007 );
24 TEST_RR_OP( 5, sub, 0x0000000000008000, 0x0000000000000000, 0xffffffffffff8000 );
25 TEST_RR_OP( 6, sub, 0xffffffff80000000, 0xffffffff80000000, 0x0000000000000000 );
26 TEST_RR_OP( 7, sub, 0xffffffff80008000, 0xffffffff80000000, 0xffffffffffff8000 );
28 TEST_RR_OP( 8, sub, 0xffffffffffff8001, 0x0000000000000000, 0x0000000000007fff );
29 TEST_RR_OP( 9, sub,
[all...]
H A Dauipc.S20 1: sub a0, a0, a1; \
27 1: sub a0, a0, a1; \
/gem5/ext/systemc/src/sysc/qt/md/
H A Dmips_b.s35 sub $4, $4,5
51 sub $4, $4,5
64 sub $4, $4,5
65 sub $5, $5,5
66 sub $6, $6,5
67 sub $7, $7,5
68 sub $8, $8,5
70 sub $4, $4,5
71 sub $5, $5,5
72 sub
[all...]
H A Dsparc_b.s71 sub %o0,5,%o0
72 sub %o1,5,%o1
73 sub %o2,5,%o2
74 sub %o3,5,%o3
75 sub %o4,5,%o4
78 sub %o1,5,%o1
79 sub %o2,5,%o2
80 sub %o3,5,%o3
81 sub %o4,5,%o4
H A Dsparc.s71 sub %sp, 8, %sp /* Allocate save area for return pc. */
76 sub %o3, 96, %sp /* Allocate kwsa, switch stacks. */
113 sub %sp, 32, %sp /* Allocate 6-word callee space. */
123 sub %sp, 32, %sp /* Allocate 7-word callee space. */
H A Dmips-irix5.s65 sub $sp,$sp,40 /* Allocate reg save space. */
128 sub $sp, $sp,56 /* 6 8-byte regs, saved ret pc, aligned. */
H A Dmips.s54 sub $sp,$sp,40 /* Allocate reg save space. */
114 sub $sp, $sp,56 /* 6 8-byte regs, saved ret pc, aligned. */
H A Di386.s99 sub $4, %esp /* Align stack pointer to 16-byte boundary */
H A Dm88k.s57 sub r31, r31,64 /* Allocate reg save space. */
/gem5/util/minorview/
H A Dparse.py49 accum.append(re.sub('^\((.*)\)', '\\1', elem))
53 accum.append(re.sub('^\(', '', elem))
55 accum.append(re.sub('\)$', '', elem))
74 return re.sub('\s*$', '', line)
77 return re.sub('\s*$', '', re.sub('^\s*', '', line))
87 value = re.sub('^"(.*)"$', '\\1', value)
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test.py68 output = re.sub(r'.*gtest_main.*\n', '', output)
69 output = re.sub(r'\[.*\d+ tests.*\n', '', output)
70 output = re.sub(r'\[.* test environment .*\n', '', output)
71 output = re.sub(r'\[=+\] \d+ tests .* ran.*', '', output)
72 output = re.sub(r'.* FAILED TESTS\n', '', output)
89 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\:', 'FILE:#:', output)
95 return re.sub(r' error: ', ' Failure\n', output)
101 return re.sub(r'@\w+', '@0x#', output)
107 return re.sub(r'\(used in test .+\) ', '', output)
139 """Runs a command in a sub
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
109 return re.sub(r'Stack trace:(.|\n)*?\n\n',
117 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
123 return re.sub(r'\(\d+ ms', '(? ms', output)
137 return re.sub(r'unsigned int', 'unsigned', test_output)
145 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
147 test_output = re.sub(r': Failure\n', r': error: ', test_output)
149 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
157 output = re.sub(r'\d+ tests?, listed below',
159 output = re.sub(
[all...]
H A Dgtest_xml_test_utils.py172 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$',
176 time.value = re.sub(r'^\d+(\.\d+)?$', '*', time.value)
184 message.value = re.sub(source_line_pat, '\\1*\n', message.value)
188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
H A Dgtest_help_test.py56 INCORRECT_FLAG_VARIANTS = [re.sub('^--', '-', LIST_TESTS_FLAG),
57 re.sub('^--', '/', LIST_TESTS_FLAG),
58 re.sub('_', '-', LIST_TESTS_FLAG)]
/gem5/ext/pybind11/tools/
H A Dmkdoc.py54 '&': 'band', '|': 'bor', '+': 'add', '-': 'sub', '*': 'mul', '/':
74 name = re.sub(r'type-parameter-0-([0-9]+)', r'T\1', name)
77 name = re.sub('<.*>', '', name)
79 name = re.sub('_$', '', re.sub('_+', '_', name))
113 s = re.sub(r'\\c\s+%s' % cpp_group, r'``\1``', s)
114 s = re.sub(r'\\a\s+%s' % cpp_group, r'*\1*', s)
115 s = re.sub(r'\\e\s+%s' % cpp_group, r'*\1*', s)
116 s = re.sub(r'\\em\s+%s' % cpp_group, r'*\1*', s)
117 s = re.sub(
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfmadd.S7 # Test f[n]m{add|sub}.s and f[n]m{add|sub}.d instructions.
H A Dfadd.S7 # Test f{add|sub|mul}.s instructions.
/gem5/src/systemc/tests/systemc/utils/sc_vector/test05/
H A Dtest05.cpp82 sub_module sub; local
86 : sub("sub", 4), in("in",4)
89 sub.in( in );
122 top.sub.in( fifo_a, fifo_a + half );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfmadd.S7 # Test f[n]m{add|sub}.s and f[n]m{add|sub}.d instructions.
H A Dfadd.S7 # Test f{add|sub|mul}.d instructions.
/gem5/util/
H A Doprofile-top.py70 line = re.sub("\(no symbols\)", "nosym", line)
71 line = re.sub("anonymous.*", "nosym", line)
/gem5/util/cpt_upgraders/
H A Dprocess-fdmap-rename.py17 rename = re.sub(fdm, fde, sec)
/gem5/src/arch/hsail/
H A Dgen.py586 expr = re.sub(r'\bsrc(\d)\b', r'src_val\1', expr)
588 expr = re.sub(r'\bsrc(\d)\b', r'src_val[\1]', expr)
590 expr = re.sub(r'\bsrc(\d)\b', r'src_val\1', expr)
591 expr = re.sub(r'\bdest\b', r'dest_val', expr)
595 base_class_base = re.sub(r'<.*>$', '', base_class)
/gem5/src/python/m5/util/
H A Ddot_writer.py89 full_path = re.sub('\.', '_', simNode.path())
93 # each component is a sub-graph (cluster)
115 full_path = re.sub('\.', '_', simNode.path())
133 full_peer_path = re.sub('\.', '_', peer.simobj.path())
280 label = re.sub('\.', '_', str(label))
281 full_path = re.sub('\.', '_', str(c_dom))
299 full_path = re.sub('\.', '_', simNode.path())
303 # each component is a sub-graph (cluster)
/gem5/ext/googletest/googletest/scripts/
H A Drelease_docs.py144 new_text = self.search_for_re.sub(self.replace_with, text)

Completed in 12 milliseconds

123