Home | History | Annotate | Download | only in arm

Lines Matching full:imm24

1268 void Arm32Assembler::svc(uint32_t imm24) {
1269 CHECK(IsUint<24>(imm24)) << imm24;
1270 int32_t encoding = (AL << kConditionShift) | B27 | B26 | B25 | B24 | imm24;