Searched defs:ubfx (Results 1 – 5 of 5) sorted by relevance
253 __ ubfx(i.OutputRegister(), i.InputRegister(0), i.InputInt8(1), in AssembleArchInstruction() local
1302 void ubfx(const Register& rd, in ubfx() function
1446 void ubfx(const Register& rd, in ubfx() function
365 __ ubfx(r0, r0, 1, 12); // 0b00..010101010101 = 0x555 variable
1673 void Assembler::ubfx(Register dst, in ubfx() function in v8::internal::Assembler