Lines Matching full:opcode
139 Opcode opcode,
148 static_cast<int32_t>(opcode) << kOpcodeShift |
216 Shift opcode,
226 static_cast<int32_t>(opcode) << kShiftShift |
233 Shift opcode,
243 static_cast<int32_t>(opcode) << kShiftShift |
417 void ArmAssembler::EmitMulOp(Condition cond, int32_t opcode,
425 int32_t encoding = opcode |
744 void ArmAssembler::EmitVFPsss(Condition cond, int32_t opcode,
751 B27 | B26 | B25 | B11 | B9 | opcode |
762 void ArmAssembler::EmitVFPddd(Condition cond, int32_t opcode,
769 B27 | B26 | B25 | B11 | B9 | B8 | opcode |
921 void ArmAssembler::EmitVFPsd(Condition cond, int32_t opcode,
927 B27 | B26 | B25 | B11 | B9 | opcode |
936 void ArmAssembler::EmitVFPds(Condition cond, int32_t opcode,
942 B27 | B26 | B25 | B11 | B9 | opcode |