Searched defs:vcmp (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm/ |
D | assembler-arm.cc | 3491 void Assembler::vcmp(const DwVfpRegister src1, in vcmp() function in v8::internal::Assembler 3509 void Assembler::vcmp(const SwVfpRegister src1, const SwVfpRegister src2, in vcmp() function in v8::internal::Assembler 3524 void Assembler::vcmp(const DwVfpRegister src1, in vcmp() function in v8::internal::Assembler 3539 void Assembler::vcmp(const SwVfpRegister src1, const float src2, in vcmp() function in v8::internal::Assembler
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 2854 convert_op_cmp(PyObject **vcmp, PyObject **wcmp, PyObject *v, PyObject *w, in convert_op_cmp() 2928 #define CONVERT_BINOP_CMP(vcmp, wcmp, v, w, op, ctx) \ argument
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 4189 void vcmp(DataType dt, SRegister rd, const SOperand& operand) { in vcmp() function 4194 void vcmp(DataType dt, DRegister rd, const DOperand& operand) { in vcmp() function
|
D | assembler-aarch32.cc | 15971 void Assembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Assembler 16014 void Assembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Assembler
|
D | disasm-aarch32.cc | 4355 void Disassembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Disassembler 4364 void Disassembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Disassembler
|