Searched refs:Movt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/Arm/
H A DPeCoffLoaderEx.c34 UINT32 Movt; local
39 Movt = (*Instruction << 16) | (*(Instruction + 1));
46 Address = (UINT16)(Movt & 0x000000ff); // imm8
47 Address |= (UINT16)((Movt >> 4) & 0x0000f700); // imm4 imm3
48 Address |= (((Movt & BIT26) != 0) ? BIT11 : 0); // i
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLoaderEx.c334 UINT32 Movt; local
339 Movt = (*Instruction << 16) | (*(Instruction + 1));
346 Address = (UINT16)(Movt & 0x000000ff); // imm8
347 Address |= (UINT16)((Movt >> 4) & 0x0000f700); // imm4 imm3
348 Address |= (((Movt & BIT26) != 0) ? BIT11 : 0); // i

Completed in 44 milliseconds