/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 4007 __ cmp_s(F, f12, f14, f16); in TEST() local 4012 __ cmp_s(UN, f12, f14, f16); in TEST() local 4017 __ cmp_s(EQ, f12, f14, f16); in TEST() local 4022 __ cmp_s(UEQ, f12, f14, f16); in TEST() local 4027 __ cmp_s(LT, f12, f14, f16); in TEST() local 4032 __ cmp_s(ULT, f12, f14, f16); in TEST() local 4037 __ cmp_s(LE, f12, f14, f16); in TEST() local 4042 __ cmp_s(ULE, f12, f14, f16); in TEST() local 4047 __ cmp_s(ORD, f12, f14, f16); in TEST() local 4052 __ cmp_s(UNE, f12, f14, f16); in TEST() local [all …]
|
D | test-assembler-mips64.cc | 4112 __ cmp_s(F, f12, f14, f16); in TEST() local 4117 __ cmp_s(UN, f12, f14, f16); in TEST() local 4122 __ cmp_s(EQ, f12, f14, f16); in TEST() local 4127 __ cmp_s(UEQ, f12, f14, f16); in TEST() local 4132 __ cmp_s(LT, f12, f14, f16); in TEST() local 4137 __ cmp_s(ULT, f12, f14, f16); in TEST() local 4142 __ cmp_s(LE, f12, f14, f16); in TEST() local 4147 __ cmp_s(ULE, f12, f14, f16); in TEST() local 4152 __ cmp_s(ORD, f12, f14, f16); in TEST() local 4157 __ cmp_s(UNE, f12, f14, f16); in TEST() local [all …]
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 908 __ cmp_s(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local 922 __ cmp_s(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1025 __ cmp_s(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local 1039 __ cmp_s(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2707 void Assembler::cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_s() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2984 void Assembler::cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_s() function in v8::internal::Assembler
|