Searched refs:word (Results 26 - 35 of 35) sorted by relevance

12

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcvt_w.S94 .word 0xffffffff
95 .word 0x7fffffff
96 .word 0xff800000
97 .word 0x7f800000
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py253 for word in words:
254 if not 0 <= word <= 4294967295:
255 raise Exception(("Invalid word value %d, requires " +
256 "0 <= number <= 4294967295") % word)
274 ' '.join(["0x%08x" % word for word in self.words]) + ">;"
284 pack('').join([pack('>I', word) for word in self.words])
291 result += '", "'.join(["0x%08x" % word for word i
[all...]
/gem5/util/m5/
H A Dm5op_x86.S72 .word number; \
/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word):
176 """Returns the given word in title case. The difference between
180 return word[0].upper() + word[1:]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp165 m_mant[1] = static_cast<word>( a );
166 m_mant[2] = static_cast<word>( a >> bits_in_word );
191 m_mant[1] = static_cast<word>( a );
192 m_mant[2] = static_cast<word>( a >> bits_in_word );
245 m_mant[1] = static_cast<word>( a );
246 m_mant[2] = static_cast<word>( a >> bits_in_word );
251 m_mant[1] = static_cast<word>( -a );
252 m_mant[2] = static_cast<word>( (-a) >> bits_in_word );
270 m_mant[1] = static_cast<word>( a );
271 m_mant[2] = static_cast<word>(
[all...]
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc154 m_mant[1] = static_cast<word>(a);
155 m_mant[2] = static_cast<word>(a >> bits_in_word);
178 m_mant[1] = static_cast<word>(a);
179 m_mant[2] = static_cast<word>(a >> bits_in_word);
227 m_mant[1] = static_cast<word>(a);
228 m_mant[2] = static_cast<word>(a >> bits_in_word);
231 m_mant[1] = static_cast<word>(-a);
232 m_mant[2] = static_cast<word>((-a) >> bits_in_word);
249 m_mant[1] = static_cast<word>(a);
250 m_mant[2] = static_cast<word>(
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dcsr.S146 fsw_data: .word 1
/gem5/ext/dnet/
H A Dicmp.h239 #define icmp_pack_hdr_quote(hdr, type, code, word, pkt, len) do { \
243 quote_pack_p->icmp_void = htonl(word); \
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s84 .word qt_blocki$TXT
85 .word qt_restore$TXT
269 .word qt_block$TXT
270 .word qt_error
271 .word qt_error$TXT
272 .word qt_blocki
331 .word qt_start$TXT
372 .word qt_vstart$TXT
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h470 // ^: store computation result in address from a0, load high-word into t2
483 // ^: store computation result in address from a0, load high-word into t2
496 // ^: store computation result in address from a0, load high-word into t2
509 // ^: store computation result in address from a0, load high-word into t2
516 TEST_FP_OP_S_INTERNAL( testnum, flags, word result, val1, 0.0, 0.0, \
528 TEST_FP_OP_S_INTERNAL( testnum, flags, word result, val1, val2, 0.0, \
629 // ^ x30 is used in some other macros, to avoid issues we use x31 for upper word

Completed in 20 milliseconds

12