Searched defs:vcmp (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm/ |
D | assembler-arm.cc | 3466 void Assembler::vcmp(const DwVfpRegister src1, in vcmp() function in v8::internal::Assembler 3484 void Assembler::vcmp(const SwVfpRegister src1, const SwVfpRegister src2, in vcmp() function in v8::internal::Assembler 3499 void Assembler::vcmp(const DwVfpRegister src1, in vcmp() function in v8::internal::Assembler 3514 void Assembler::vcmp(const SwVfpRegister src1, const float src2, in vcmp() function in v8::internal::Assembler
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 2989 convert_op_cmp(PyObject **vcmp, PyObject **wcmp, PyObject *v, PyObject *w, in convert_op_cmp() 3063 #define CONVERT_BINOP_CMP(vcmp, wcmp, v, w, op, ctx) \ argument
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 4154 void vcmp(DataType dt, SRegister rd, const SOperand& operand) { in vcmp() function 4159 void vcmp(DataType dt, DRegister rd, const DOperand& operand) { in vcmp() function
|
D | assembler-aarch32.cc | 15956 void Assembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Assembler 15999 void Assembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Assembler
|
D | disasm-aarch32.cc | 4344 void Disassembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Disassembler 4353 void Disassembler::vcmp(Condition cond, in vcmp() function in vixl::aarch32::Disassembler
|