Searched refs:FLOOR_W_D (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 361 FLOOR_W_D = 4, enumerator 691 return Mfhc1Latency() + Latency::FLOOR_W_D + Mthc1Latency(); in Floor_w_dLatency() 693 return Latency::FLOOR_W_D; in Floor_w_dLatency()
|
/external/v8/src/compiler/mips64/ |
D | instruction-scheduler-mips64.cc | 394 FLOOR_W_D = 4, enumerator 1506 return Latency::FLOOR_W_D + Latency::MFC1; in GetInstructionLatency()
|
/external/v8/src/mips/ |
D | constants-mips.h | 642 FLOOR_W_D = ((1U << 3) + 7), enumerator
|
D | disasm-mips.cc | 1108 case FLOOR_W_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips.cc | 2930 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_W_D); in floor_w_d()
|
D | simulator-mips.cc | 2891 case FLOOR_W_D: // Round double to word towards negative infinity. in DecodeTypeRegisterDRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 672 FLOOR_W_D = ((1U << 3) + 7), enumerator
|
D | disasm-mips64.cc | 1181 case FLOOR_W_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips64.cc | 3321 GenInstrRegister(COP1, D, f0, fs, fd, FLOOR_W_D); in floor_w_d()
|
D | simulator-mips64.cc | 3210 case FLOOR_W_D: // Round double to word towards negative infinity. in DecodeTypeRegisterDRsType()
|