Home
last modified time | relevance | path

Searched refs:twoWordOp16FourFours (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h844 … m_formatter.twoWordOp16FourFours(OP_ASR_imm_T1, FourFours(shift.hi4(), rd, shift.lo4(), rm)); in asr()
1088 … m_formatter.twoWordOp16FourFours(OP_LSL_imm_T1, FourFours(shift.hi4(), rd, shift.lo4(), rm)); in lsl()
1104 … m_formatter.twoWordOp16FourFours(OP_LSR_imm_T1, FourFours(shift.hi4(), rd, shift.lo4(), rm)); in lsr()
1161 … m_formatter.twoWordOp16FourFours(OP_MVN_reg_T2, FourFours(shift.hi4(), rd, shift.lo4(), rm)); in mvn()
1203 … m_formatter.twoWordOp16FourFours(OP_ROR_imm_T1, FourFours(shift.hi4(), rd, shift.lo4(), rm)); in ror()
1786 void twoWordOp16FourFours(OpcodeID1 op, FourFours ff) in twoWordOp16FourFours() function