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