Home
last modified time | relevance | path

Searched refs:byteval (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/tools/dtoc/
Ddtoc_test_simple.dts19 byteval = [05];
31 byteval = [08];
/external/u-boot/tools/binman/test/
D45_prop_test.dts16 byteval = [08];
/external/u-boot/drivers/misc/
Dspltest_sandbox.c19 printf("byte %02x\n", plat->byteval); in sandbox_spl_probe()
/external/u-boot/arch/sandbox/dts/
Dsandbox.dts200 byteval = [05];
212 byteval = [08];
Dsandbox64.dts200 byteval = [05];
212 byteval = [08];
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc1053 int byteval = (imm >> (i * 8)) & 0xff; in Movi64bitHelper() local
1054 if (byteval != 0 && byteval != 0xff) { in Movi64bitHelper()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc467 int byteval = (imm >> (i * 8)) & 0xFF; in Movi64bitHelper() local
468 if (byteval != 0 && byteval != 0xFF) { in Movi64bitHelper()