Searched refs:rm (Results 26 - 48 of 48) sorted by relevance

12

/gem5/util/m5/
H A DMakefile.x8666 rm -f *.o *.opic m5 gem5OpLua.so
H A DMakefile.arm99 rm -f *.o m5 libgem5OpJni.so gem5OpJni.jar jni/*.class libm5.a \
H A DMakefile.aarch6498 rm -f *.o m5 libgem5OpJni.so gem5OpJni.jar jni/*.class libm5.a gem5OpLua.so
/gem5/ext/mcpat/cacti/
H A Dcacti.mk49 -rm -f *.o _cacti.so cacti.py $(TARGET)
/gem5/util/dist/
H A Dgem5-dist.sh305 rm $RUN_DIR/log.switch > /dev/null 2>&1
341 rm $RUN_DIR/log.$n > /dev/null 2>&1
/gem5/ext/systemc/src/sysc/qt/time/
H A Draw3 rm -f timed
/gem5/src/arch/arm/insts/
H A Dmacromem.hh208 RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize,
220 RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize,
232 RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize,
244 RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize,
500 unsigned inc, uint32_t size, uint32_t align, RegIndex rm);
509 uint32_t align, RegIndex rm, unsigned lane);
520 unsigned inc, uint32_t size, uint32_t align, RegIndex rm);
529 uint32_t align, RegIndex rm, unsigned lane);
H A Dstatic_inst.cc494 IntRegIndex rm,
502 if (rm != INTREG_ZERO) {
503 printIntReg(os, rm);
558 IntRegIndex rm, ArmExtendType type,
563 printIntReg(os, rm);
591 IntRegIndex rm, IntRegIndex rs, uint32_t shiftAmt,
616 printShiftOperand(os, rm, immShift, shiftAmt, rs, type);
H A Dstatic_inst.hh179 void printShiftOperand(std::ostream &os, IntRegIndex rm,
183 IntRegIndex rm, ArmExtendType type,
189 IntRegIndex rd, IntRegIndex rn, IntRegIndex rm,
H A Dfplib.cc707 fp16_round_(int sgn, int exp, uint16_t mnt, int rm, int mode, int *flags) argument
713 assert(rm != FPRounding_TIEAWAY);
740 if ((rm == FPLIB_RN && (error == 3 ||
742 (((rm == FPLIB_RP && !sgn) || (rm == FPLIB_RM && sgn)) && error)) {
756 if (error && rm == FPRounding_ODD)
763 if (rm == FPLIB_RN || (rm == FPLIB_RP && !sgn) ||
764 (rm == FPLIB_RM && sgn)) {
791 fp32_round_(int sgn, int exp, uint32_t mnt, int rm, in argument
868 fp64_round_(int sgn, int exp, uint64_t mnt, int rm, int mode, int *flags) argument
[all...]
/gem5/ext/googletest/googlemock/
H A DMakefile.am200 rm -f "$(srcdir)/fused-src/gtest/gtest.h"
201 rm -f "$(srcdir)/fused-src/gmock/gmock.h"
202 rm -f "$(srcdir)/fused-src/gmock-gtest-all.cc"
207 rm -rf "$(srcdir)/fused-src"
/gem5/ext/googletest/googlemock/make/
H A DMakefile59 rm -f $(TESTS) gmock.a gmock_main.a *.o
/gem5/ext/googletest/googletest/make/
H A DMakefile44 rm -f $(TESTS) gtest.a gtest_main.a *.o
/gem5/system/alpha/palcode/
H A DMakefile91 rm -f *.o tl_osfpal tl_osfpal_cache tl_osfpal_unalign ts_osfpal \
/gem5/ext/mcpat/
H A Dmcpat.mk78 -rm -f *.o $(ODIR)/$(TARGET)
/gem5/tests/test-progs/asmtest/src/riscv/
H A DMakefile89 rm -rf $(bin_dir) $(dump_dir)
/gem5/ext/googletest/googletest/
H A DMakefile.am287 rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc"
288 rm -f "$(srcdir)/fused-src/gtest/gtest.h"
293 rm -rf "$(srcdir)/fused-src"
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h515 #define TEST_FP_INT_OP_S( testnum, inst, flags, result, val1, rm ) \
517 inst a0, f0, rm)
519 #define TEST_FP_INT_OP_D32( testnum, inst, flags, result, val1, rm ) \
523 #define TEST_FP_INT_OP_D( testnum, inst, flags, result, val1, rm ) \
525 inst a0, f0, rm)
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64f.cpp592 int rm = F::frrm(); local
608 expect<int>(rm << 5, [=]{
610 F::fsrm(rm);
/gem5/src/arch/x86/
H A Ddecoder.cc517 if ((modRM.mod == 0 && modRM.rm == 6) || modRM.mod == 2)
525 if ((modRM.mod == 0 && modRM.rm == 5) || modRM.mod == 2)
544 if (modRM.rm == 4 && modRM.mod != 3) {
H A Dtypes.hh90 Bitfield<2,0> rm; member in namespace:X86ISA
/gem5/ext/systemc/src/sysc/qt/
H A Dconfig7 # rm -f Makefile Makefile.md README.md qtmd.h qtmdb.s qtmdc.c qtmds.s configuration
8 rm -f qtmdc.c qtmds.s configuration
/gem5/src/arch/arm/
H A Dtypes.hh128 Bitfield<3, 0> rm; member in namespace:ArmISA

Completed in 45 milliseconds

12