Home
last modified time | relevance | path

Searched refs:highbyte (Results 51 – 75 of 120) sorted by relevance

12345

/dports/audio/goattracker/goattracker-2.76/examples/src/
H A Dexample4.s6 ; Y = sound effect address highbyte,
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dcris-dis.c2155 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2163 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2164 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu/qemu-6.2.0/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu42/qemu-4.2.1/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu60/qemu-6.0.0/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/disas/
H A Dcris.c2119 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2127 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2128 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu5/qemu-5.2.0/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu-utils/qemu-4.2.1/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/disas/
H A Dcris.c2111 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2119 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2120 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/arc/gnu/
H A Darcompact-dis.c3807 int lowbyte, highbyte; in ARCompact_decodeInstr() local
3819 highbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 0 : 1); in ARCompact_decodeInstr()
3835 s.words[0] = (buffer[lowbyte] << 8) | buffer[highbyte]; in ARCompact_decodeInstr()
3953 int lowbyte, highbyte; in arcAnalyzeInstr() local
3956 highbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 0 : 1); in arcAnalyzeInstr()
3973 s.words[0] = (buffer[lowbyte] << 8) | buffer[highbyte]; in arcAnalyzeInstr()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-sh.c3272 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local
3277 buffer[highbyte] ^= 0x2; in md_convert_frag()
3297 buffer[highbyte + 2] = 0xa0; in md_convert_frag()
3304 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */ in md_convert_frag()
3310 buffer[highbyte + 4] = 0x0; in md_convert_frag()
3606 int highbyte = target_big_endian ? 0 : 1; in md_apply_fix3() local
3759 buf[highbyte] |= (val >> 8) & 0xf; in md_apply_fix3()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-sh.c3272 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local
3277 buffer[highbyte] ^= 0x2; in md_convert_frag()
3297 buffer[highbyte + 2] = 0xa0; in md_convert_frag()
3304 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */ in md_convert_frag()
3310 buffer[highbyte + 4] = 0x0; in md_convert_frag()
3606 int highbyte = target_big_endian ? 0 : 1; in md_apply_fix3() local
3759 buf[highbyte] |= (val >> 8) & 0xf; in md_apply_fix3()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_buffer.c2498 duk_small_int_t highbyte; in duk_bi_buffer_readfield() local
2544 highbyte = p[i]; in duk_bi_buffer_readfield()
2545 if (magic_signed && (highbyte & 0x80) != 0) { in duk_bi_buffer_readfield()
2547 tmp = (duk_double_t) (highbyte - 256); in duk_bi_buffer_readfield()
2549 tmp = (duk_double_t) highbyte; in duk_bi_buffer_readfield()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_buffer.c2500 duk_small_int_t highbyte; in duk_bi_buffer_readfield() local
2546 highbyte = p[i]; in duk_bi_buffer_readfield()
2547 if (magic_signed && (highbyte & 0x80) != 0) { in duk_bi_buffer_readfield()
2549 tmp = (duk_double_t) (highbyte - 256); in duk_bi_buffer_readfield()
2551 tmp = (duk_double_t) highbyte; in duk_bi_buffer_readfield()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DOldFloatingDecimalForTest.java81 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){ in countBits()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/misc/FloatingDecimal/
H A DOldFloatingDecimalForTest.java83 static final long highbyte = 0xff00000000000000L; field in OldFloatingDecimalForTest
85 static final long lowbytes = ~highbyte;
113 while ( ( v & highbyte ) == 0L ){ in countBits()

12345