Searched refs:TRUNC_L_D (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 546 TRUNC_L_D = ((1U << 3) + 1), enumerator
|
D | disasm-mips.cc | 857 case TRUNC_L_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips.cc | 2712 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_L_D); in trunc_l_d()
|
D | simulator-mips.cc | 2805 case TRUNC_L_D: { // Mips32r2 instruction. in DecodeTypeRegisterDRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 575 TRUNC_L_D = ((1U << 3) + 1), enumerator
|
D | disasm-mips64.cc | 898 case TRUNC_L_D: in DecodeTypeRegisterRsType()
|
D | assembler-mips64.cc | 3030 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_L_D); in trunc_l_d()
|
D | simulator-mips64.cc | 3138 case TRUNC_L_D: { // Mips64r2 instruction. in DecodeTypeRegisterDRsType()
|