Home | History | Annotate | Download | only in arm

Lines Matching defs:strd

872 void Thumb2Assembler::strd(Register rd, const Address& ad, Condition cond) {
873 strd(rd, Register(rd + 1), ad, cond);
877 void Thumb2Assembler::strd(Register rd, Register rd2, const Address& ad, Condition cond) {
3757 // TODO: Implement indexed store (not available for STRD), inline AdjustLoadStoreOffset()
3774 strd(reg, Address(base, offset), cond);