HomeSort by relevance Sort by last modified time
    Searched refs:NaturalUnits (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbDisasmSupport.c 97 Get Sign, NaturalUnits, and ConstantUnits of the WORD data.
100 @param NaturalUnits - Natural Units of the WORD
109 OUT UINTN *NaturalUnits,
120 *NaturalUnits = (UINTN)(Data16 & ((1 << NaturalUnitBit) - 1));
128 Get Sign, NaturalUnits, and ConstantUnits of the DWORD data.
131 @param NaturalUnits - Natural Units of the DWORD
140 OUT UINTN *NaturalUnits,
151 *NaturalUnits = (UINTN)(Data32 & ((1 << NaturalUnitBit) - 1));
159 Get Sign, NaturalUnits, and ConstantUnits of the QWORD data.
162 @param NaturalUnits - Natural Units of the QWORD
    [all...]
EdbDisasmSupport.h 90 Get Sign, NaturalUnits, and ConstantUnits of the WORD data.
93 @param NaturalUnits - Natural Units of the WORD
102 OUT UINTN *NaturalUnits,
108 Get Sign, NaturalUnits, and ConstantUnits of the DWORD data.
111 @param NaturalUnits - Natural Units of the DWORD
120 OUT UINTN *NaturalUnits,
126 Get Sign, NaturalUnits, and ConstantUnits of the QWORD data.
129 @param NaturalUnits - Natural Units of the QWORD
138 OUT UINT64 *NaturalUnits,
245 @param NaturalUnits - natural units of UINTN data
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcExecute.c 52 b0:a - natural units = NaturalUnits
55 offset = sign_bit * (ConstUnits + NaturalUnits * sizeof(UINTN))
    [all...]

Completed in 424 milliseconds