Home | History | Annotate | Download | only in arm

Lines Matching full:imm24

1031 void ArmAssembler::svc(uint32_t imm24) {
1032 CHECK(IsUint(24, imm24)) << imm24;
1033 int32_t encoding = (AL << kConditionShift) | B27 | B26 | B25 | B24 | imm24;