Searched defs:sxth (Results 1 – 5 of 5) sorted by relevance
1179 void sxth(const Register& rd, const Register& rn) { in sxth() function
1673 TEST(sxth) { in TEST() argument1679 __ sxth(r1, r1); in TEST() local
1493 void sxth(const Register& rd, const Register& rn) { in sxth() function
815 __ sxth(i.OutputRegister(), i.InputRegister(0), i.InputInt32(1)); in AssembleArchInstruction() local
1867 void Assembler::sxth(Register dst, Register src, int rotate, Condition cond) { in sxth() function in v8::internal::Assembler