H A D | macro-assembler-aarch32.h | 947 void Vmov(Condition cond, DRegister rt, double v) { Vmov(cond, F64, rt, v); } in MacroAssembler() function in vixl::aarch32::MacroAssembler 948 void Vmov(DRegister rt, double v) { Vmov(al, F64, rt, v); } in MacroAssembler() function in vixl::aarch32::MacroAssembler 949 void Vmov(Condition cond, SRegister rt, float v) { Vmov(cond, F32, rt, v); } in MacroAssembler() function in vixl::aarch32::MacroAssembler 950 void Vmov(SRegister rt, float v) { Vmov(al, F32, rt, v); } in MacroAssembler() function in vixl::aarch32::MacroAssembler 9389 void Vmov(Condition cond, Register rt, SRegister rn) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 9402 void Vmov(Registe in MacroAssembler() function in vixl::aarch32::MacroAssembler 9404 void Vmov(Condition cond, SRegister rn, Register rt) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9417 void Vmov(SRegister rn, Register rt) { Vmov(al, rn, rt); } MacroAssembler() function in vixl::aarch32::MacroAssembler 9419 void Vmov(Condition cond, Register rt, Register rt2, DRegister rm) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9433 void Vmov(Register rt, Register rt2, DRegister rm) { Vmov(al, rt, rt2, rm); } MacroAssembler() function in vixl::aarch32::MacroAssembler 9435 void Vmov(Condition cond, DRegister rm, Register rt, Register rt2) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9449 void Vmov(DRegister rm, Register rt, Register rt2) { Vmov(al, rm, rt, rt2); } MacroAssembler() function in vixl::aarch32::MacroAssembler 9451 void Vmov( MacroAssembler() function in vixl::aarch32::MacroAssembler 9467 void Vmov(Register rt, Register rt2, SRegister rm, SRegister rm1) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9471 void Vmov( MacroAssembler() function in vixl::aarch32::MacroAssembler 9487 void Vmov(SRegister rm, SRegister rm1, Register rt, Register rt2) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9491 void Vmov(Condition cond, DataType dt, DRegisterLane rd, Register rt) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9504 void Vmov(DataType dt, DRegisterLane rd, Register rt) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9507 void Vmov(Condition cond, DRegisterLane rd, Register rt) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9510 void Vmov(DRegisterLane rd, Register rt) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9514 void Vmov(Condition cond, MacroAssembler() function in vixl::aarch32::MacroAssembler 9530 void Vmov(DataType dt, DRegister rd, const DOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9534 void Vmov(Condition cond, MacroAssembler() function in vixl::aarch32::MacroAssembler 9550 void Vmov(DataType dt, QRegister rd, const QOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9554 void Vmov(Condition cond, MacroAssembler() function in vixl::aarch32::MacroAssembler 9570 void Vmov(DataType dt, SRegister rd, const SOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9574 void Vmov(Condition cond, DataType dt, Register rt, DRegisterLane rn) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9587 void Vmov(DataType dt, Register rt, DRegisterLane rn) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9590 void Vmov(Condition cond, Register rt, DRegisterLane rn) { MacroAssembler() function in vixl::aarch32::MacroAssembler 9593 void Vmov(Register rt, DRegisterLane rn) { MacroAssembler() function in vixl::aarch32::MacroAssembler 12929 void Vmov(Condition cond, VRegister rd, VRegister rm) { MacroAssembler() function in vixl::aarch32::MacroAssembler 12938 void Vmov(VRegister rd, VRegister rm) { Vmov(al, rd, rm); } MacroAssembler() function in vixl::aarch32::MacroAssembler [all...] |