Searched refs:FLOOR_W_S (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 511 FLOOR_W_S = ((1U << 3) + 7), enumerator
|
D | assembler-mips.cc | 2476 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_W_S); in floor_w_s()
|
D | simulator-mips.cc | 3087 case FLOOR_W_S: // Round double to word towards negative infinity. in DecodeTypeRegisterSRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 554 FLOOR_W_S = ((1U << 3) + 7), enumerator
|
D | assembler-mips64.cc | 2828 GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_W_S); in floor_w_s()
|
D | simulator-mips64.cc | 2574 case FLOOR_W_S: // Round double to word towards negative infinity. in DecodeTypeRegisterSRsType()
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 277 def FLOOR_W_S : MMRel, StdMMR6Rel, ABSS_FT<"floor.w.s", FGR32Opnd, FGR32Opnd, II_FLOOR>,
|