Searched refs:x3 (Results 1 - 25 of 1323) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dpopcountti2.c21 tu_int x3 = (tu_int)a; local
22 x3 = x3 - ((x3 >> 1) &
25 x3 = ((x3 >> 2) &
27 (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
29 x3 = (x3 + (x3 >>
[all...]
H A Dparityti2.c24 su_int x3 = x2.s.high ^ x2.s.low; local
25 x3 ^= x3 >> 16;
26 x3 ^= x3 >> 8;
27 x3 ^= x3 >> 4;
28 return (0x6996 >> (x3 & 0xF)) & 1;
/openbsd-current/regress/lib/libc/arch/alpha/divremtest/
H A Dmkcases.c51 tab[(i >> 4) & 0x3],
52 tab[(i >> 2) & 0x3],
53 tab[(i >> 0) & 0x3]);
56 tab[(i >> 4) & 0x3],
57 tab[(i >> 2) & 0x3],
58 tab[(i >> 0) & 0x3]);
H A Dmktestcases.c60 tab[(j >> 4) & 0x3],
61 tab[(j >> 2) & 0x3],
62 tab[(j >> 0) & 0x3],
/openbsd-current/sys/dev/pci/
H A Dpciide_acard_reg.h44 static const u_int8_t acard_act_udma[] = {0x3, 0x3, 0x3, 0x3, 0x3, 0x3, 0x3};
46 static const u_int8_t acard_act_dma[] = {0x0, 0x3, 0x3};
47 static const u_int8_t acard_rec_dma[] = {0xa, 0x3,
[all...]
/openbsd-current/lib/libcbor/src/cbor/internal/
H A Dunicode.c36 0xa, 0x3, 0x3, 0x3, 0x3, 0x3, 0x3, 0x3, 0x3, 0x3, 0x3,
[all...]
/openbsd-current/sys/arch/arm64/arm64/
H A Dcpuswitch.S26 * x3 - may contain switchframe pointer (new or old)
37 mov x3, sp
38 stp x19, x20, [x3, #(SF_X19)]
39 stp x21, x22, [x3, #(SF_X21)]
40 stp x23, x24, [x3, #(SF_X23)]
41 stp x25, x26, [x3, #(SF_X25)]
42 stp x27, x28, [x3, #(SF_X27)]
43 stp x29, x30, [x3, #(SF_X29)]
47 str x3, [x5, #(PCB_SP) ] // save to old pcb
67 mov x3, x1
[all...]
H A Dcopy.S43 adds x3, x0, x2
46 tst x3, #(1ULL << 63)
49 mrs x3, tpidr_el1 // load cpuinfo
50 ldr x3, [x3, #(CI_CURPCB)]
51 ldr x4, [x3, #(PCB_ONFAULT)]
53 str x5, [x3, #(PCB_ONFAULT)] // set handler
74 str x4, [x3, #(PCB_ONFAULT)] // clear handler
80 str x4, [x3, #(PCB_ONFAULT)]
96 tst x0, #0x3
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000113-1.c4 unsigned x3:3; member in struct:x
13 c->x3 += (a.x2 - a.x1) * c->x2;
14 if (a.x1 != 1 || c->x3 != 5)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Danon2.C6 short x3; member in union:__anon6695
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dtrampoline-1.c19 double x3 (void) {return -1;} function
25 double a (int k, pfun x1, pfun x2, pfun x3, pfun x4, pfun x5) argument
30 return a (k, b, x1, x2, x3, x4 );
41 if (fabs(a( i, x1, x2, x3, x4, x5 ) - correct [i]) > 0.1)
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dni_reg.h30 # define NI_GRPH_INPUT_GAMMA_MODE(x) (((x) & 0x3) << 0)
35 # define NI_OVL_INPUT_GAMMA_MODE(x) (((x) & 0x3) << 4)
44 # define NI_INPUT_CSC_GRPH_MODE(x) (((x) & 0x3) << 0)
48 # define NI_INPUT_CSC_OVL_MODE(x) (((x) & 0x3) << 4)
61 # define NI_GRPH_DEGAMMA_MODE(x) (((x) & 0x3) << 0)
65 # define NI_OVL_DEGAMMA_MODE(x) (((x) & 0x3) << 4)
66 # define NI_ICON_DEGAMMA_MODE(x) (((x) & 0x3) << 8)
67 # define NI_CURSOR_DEGAMMA_MODE(x) (((x) & 0x3) << 12)
70 # define NI_GRPH_GAMUT_REMAP_MODE(x) (((x) & 0x3) << 0)
75 # define NI_OVL_GAMUT_REMAP_MODE(x) (((x) & 0x3) <<
[all...]
H A Dsi_reg.h34 # define SI_GRPH_DEPTH(x) (((x) & 0x3) << 0)
38 # define SI_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2)
43 # define SI_GRPH_Z(x) (((x) & 0x3) << 4)
44 # define SI_GRPH_BANK_WIDTH(x) (((x) & 0x3) << 6)
68 # define SI_GRPH_BANK_HEIGHT(x) (((x) & 0x3) << 11)
81 # define SI_GRPH_MACRO_TILE_ASPECT(x) (((x) & 0x3) << 18)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-asmtab.c2332 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2333 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2334 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2336 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2340 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2341 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2342 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2343 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2344 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2346 { 0x2, 0x3, 1
[all...]
/openbsd-current/sys/arch/arm64/dev/
H A Dsmmureg.h30 #define SMMU_SCR0_BSU_MASK (0x3 << 14)
46 #define SMMU_IDR0_PTFS(x) (((x) >> 24) & 0x3)
50 #define SMMU_IDR0_PTFS_AARCH32_RES 0x3
60 #define SMMU_IDR1_SSDTP(x) (((x) >> 12) & 0x3)
64 #define SMMU_IDR1_SSDTP_IDX_16BIT 0x3
67 #define SMMU_IDR1_HAFDBS(x) (((x) >> 24) & 0x3)
71 #define SMMU_IDR1_HAFDBS_AFDB 0x3
80 #define SMMU_IDR2_IAS_42BIT 0x3
87 #define SMMU_IDR2_OAS_42BIT 0x3
94 #define SMMU_IDR2_UBS_42BIT 0x3
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dscope01.C63 C::A::L::Linner x3;
64 x3.ii_inner = 6;
65 x3.foo_inner(x3.ii_inner);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec37.C15 int x3; member in struct:X::Y
/openbsd-current/lib/libc/arch/hppa/gen/
H A Dfpgetround.c16 return ((fpsr >> 41) & 0x3);
/openbsd-current/lib/libc/arch/powerpc/gen/
H A Dfpgetround.c42 return (fpscr & 0x3);
/openbsd-current/lib/libc/arch/sh/gen/
H A Dfpgetround.c28 return (fpscr & 0x3);
/openbsd-current/lib/libc/arch/powerpc64/gen/
H A Dfpgetround.c42 return (fpscr & 0x3);
/openbsd-current/lib/libc/arch/riscv64/gen/
H A Dfpgetround.c27 return frm & 0x3;
H A Dfpsetround.c29 return frm & 0x3;
/openbsd-current/lib/libc/arch/aarch64/sys/
H A Dsbrk.S55 adrp x3, :got:__curbrk
56 ldr x2, [x3, #:got_lo12:__curbrk]
64 mov x3, x0
71 add x1, x0, x3
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gpu_commands.h25 #define INSTR_RC_CLIENT 0x3
199 #define GFX_INSTR(opcode, flags) ((0x3 << 29) | ((opcode) << 24) | (flags))
201 #define GEN9_MEDIA_POOL_STATE ((0x3 << 29) | (0x2 << 27) | (0x5 << 16) | 4)
203 #define GFX_OP_RASTER_RULES ((0x3<<29)|(0x7<<24))
204 #define GFX_OP_SCISSOR ((0x3<<29)|(0x1c<<24)|(0x10<<19))
208 #define GFX_OP_LOAD_INDIRECT ((0x3<<29)|(0x1d<<24)|(0x7<<16))
209 #define GFX_OP_SCISSOR_INFO ((0x3<<29)|(0x1d<<24)|(0x81<<16)|(0x1))
214 #define GFX_OP_SCISSOR_ENABLE ((0x3<<29)|(0x1c<<24)|(0x10<<19))
215 #define GFX_OP_SCISSOR_RECT ((0x3<<29)|(0x1d<<24)|(0x81<<16)|1)
216 #define GFX_OP_COLOR_FACTOR ((0x3<<2
[all...]

Completed in 308 milliseconds

1234567891011>>