/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 4006 __ cmp_d(F, f2, f4, f6); in TEST() local 4011 __ cmp_d(UN, f2, f4, f6); in TEST() local 4016 __ cmp_d(EQ, f2, f4, f6); in TEST() local 4021 __ cmp_d(UEQ, f2, f4, f6); in TEST() local 4026 __ cmp_d(LT, f2, f4, f6); in TEST() local 4031 __ cmp_d(ULT, f2, f4, f6); in TEST() local 4036 __ cmp_d(LE, f2, f4, f6); in TEST() local 4041 __ cmp_d(ULE, f2, f4, f6); in TEST() local 4046 __ cmp_d(ORD, f2, f4, f6); in TEST() local 4051 __ cmp_d(UNE, f2, f4, f6); in TEST() local [all …]
|
D | test-assembler-mips64.cc | 4111 __ cmp_d(F, f2, f4, f6); in TEST() local 4116 __ cmp_d(UN, f2, f4, f6); in TEST() local 4121 __ cmp_d(EQ, f2, f4, f6); in TEST() local 4126 __ cmp_d(UEQ, f2, f4, f6); in TEST() local 4131 __ cmp_d(LT, f2, f4, f6); in TEST() local 4136 __ cmp_d(ULT, f2, f4, f6); in TEST() local 4141 __ cmp_d(LE, f2, f4, f6); in TEST() local 4146 __ cmp_d(ULE, f2, f4, f6); in TEST() local 4151 __ cmp_d(ORD, f2, f4, f6); in TEST() local 4156 __ cmp_d(UNE, f2, f4, f6); in TEST() local [all …]
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 880 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local 894 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 997 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local 1011 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2712 void Assembler::cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_d() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2989 void Assembler::cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_d() function in v8::internal::Assembler
|