Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 269) sorted by relevance

1234567891011

/arch/sh/lib/
A Dudivsi3_i4i.S316 .byte 0
317 .byte 1
318 .byte 0
451 .byte 0
454 .byte 0
460 .byte 0
472 .byte 0
496 .byte 0
497 .byte 8
544 .byte 0
[all …]
A Dashlsi3.S71 .byte ashlsi3_0-ashlsi3_table
72 .byte ashlsi3_1-ashlsi3_table
73 .byte ashlsi3_2-ashlsi3_table
74 .byte ashlsi3_3-ashlsi3_table
75 .byte ashlsi3_4-ashlsi3_table
76 .byte ashlsi3_5-ashlsi3_table
77 .byte ashlsi3_6-ashlsi3_table
78 .byte ashlsi3_7-ashlsi3_table
79 .byte ashlsi3_8-ashlsi3_table
80 .byte ashlsi3_9-ashlsi3_table
[all …]
A Dashrsi3.S70 .byte ashrsi3_0-ashrsi3_table
71 .byte ashrsi3_1-ashrsi3_table
72 .byte ashrsi3_2-ashrsi3_table
73 .byte ashrsi3_3-ashrsi3_table
74 .byte ashrsi3_4-ashrsi3_table
75 .byte ashrsi3_5-ashrsi3_table
76 .byte ashrsi3_6-ashrsi3_table
77 .byte ashrsi3_7-ashrsi3_table
78 .byte ashrsi3_8-ashrsi3_table
79 .byte ashrsi3_9-ashrsi3_table
[all …]
A Dlshrsi3.S70 .byte lshrsi3_0-lshrsi3_table
71 .byte lshrsi3_1-lshrsi3_table
72 .byte lshrsi3_2-lshrsi3_table
73 .byte lshrsi3_3-lshrsi3_table
74 .byte lshrsi3_4-lshrsi3_table
75 .byte lshrsi3_5-lshrsi3_table
76 .byte lshrsi3_6-lshrsi3_table
77 .byte lshrsi3_7-lshrsi3_table
78 .byte lshrsi3_8-lshrsi3_table
79 .byte lshrsi3_9-lshrsi3_table
[all …]
/arch/powerpc/kernel/vdso/
A Dsigtramp32.S46 .byte 0x06; /* DW_OP_deref */ \
48 .byte 0x06; /* DW_OP_deref */ \
59 .byte 0x06; /* DW_OP_deref */ \
76 .byte 0x40; /* DW_OP_lit16 */ \
77 .byte 0x1e; /* DW_OP_mul */ \
81 .byte 0x12; /* DW_OP_dup */ \
86 .byte 0x1a; /* DW_OP_and */ \
88 .byte 0x30; /* DW_OP_lit0 */ \
89 .byte 0x29; /* DW_OP_eq */ \
93 .byte 0x22; /* DW_OP_plus */ \
[all …]
A Dsigtramp64.S51 .byte 0x06; /* DW_OP_deref */ \
53 .byte 0x06; /* DW_OP_deref */ \
64 .byte 0x06; /* DW_OP_deref */ \
81 .byte 0x40; /* DW_OP_lit16 */ \
82 .byte 0x1e; /* DW_OP_mul */ \
86 .byte 0x12; /* DW_OP_dup */ \
91 .byte 0x1a; /* DW_OP_and */ \
93 .byte 0x30; /* DW_OP_lit0 */ \
94 .byte 0x29; /* DW_OP_eq */ \
99 .byte 0x22; /* DW_OP_plus */ \
[all …]
/arch/xtensa/lib/
A Dmodsi3.S71 .byte 8, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4
72 .byte 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
73 .byte 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
74 .byte 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
75 .byte 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
76 .byte 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
77 .byte 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
78 .byte 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
79 .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
80 .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[all …]
A Dstrnlen_user.S52 movi a5, MASK0 # mask for byte 0
53 movi a6, MASK1 # mask for byte 1
54 movi a7, MASK2 # mask for byte 2
55 movi a8, MASK3 # mask for byte 3
92 # check one more byte (byte 2 of word)
104 .Lz3: # byte 3 is zero
106 .Lz0: # byte 0 is zero
110 .Lz1: # byte 1 is zero
114 .Lz2: # byte 2 is zero
122 beqz a9, .Lz3 # if byte 0 is zero
[all …]
A Dstrncpy_user.S56 movi a5, MASK0 # mask for byte 0
57 movi a6, MASK1 # mask for byte 1
58 movi a7, MASK2 # mask for byte 2
59 movi a8, MASK3 # mask for byte 3
69 EX(11f) l8ui a9, a3, 0 # get byte 0
72 beqz a9, .Lret # if byte 0 is zero
142 beqz a9, .Lret # if byte is zero
147 .Lz3: # byte 3 is zero
151 .Lz0: # byte 0 is zero
158 .Lz1: # byte 1 is zero
[all …]
A Dmemset.S58 .byte 0 # (0 mod 4 alignment for LBEG)
94 # set 1 byte
105 bltui a4, 8, .Lbyteset # do short copies byte by byte
107 # dst is only byte aligned
108 # set 1 byte
126 .byte 0 # 1 mod 4 alignment for LOOPNEZ
/arch/arm/mach-sa1100/
A Djornada720_ssp.c37 ((0x80 & byte) >> 7) | in jornada_ssp_reverse()
38 ((0x40 & byte) >> 5) | in jornada_ssp_reverse()
39 ((0x20 & byte) >> 3) | in jornada_ssp_reverse()
40 ((0x10 & byte) >> 1) | in jornada_ssp_reverse()
41 ((0x08 & byte) << 1) | in jornada_ssp_reverse()
42 ((0x04 & byte) << 3) | in jornada_ssp_reverse()
43 ((0x02 & byte) << 5) | in jornada_ssp_reverse()
44 ((0x01 & byte) << 7); in jornada_ssp_reverse()
58 int jornada_ssp_byte(u8 byte) in jornada_ssp_byte() argument
87 int jornada_ssp_inout(u8 byte) in jornada_ssp_inout() argument
[all …]
/arch/arm64/kernel/
A Dsigreturn32.S25 .byte __NR_compat32_sigreturn, 0x70, 0xa0, 0xe3 // mov r7, #__NR_compat32_sigreturn
26 .byte __NR_compat32_sigreturn, 0x00, 0x00, 0xef // svc #__NR_compat32_sigreturn
31 .byte __NR_compat32_sigreturn, 0x27 // svc #__NR_compat32_sigreturn
32 .byte __NR_compat32_sigreturn, 0xdf // mov r7, #__NR_compat32_sigreturn
37 .byte __NR_compat32_rt_sigreturn, 0x70, 0xa0, 0xe3 // mov r7, #__NR_compat32_rt_sigreturn
38 .byte __NR_compat32_rt_sigreturn, 0x00, 0x00, 0xef // svc #__NR_compat32_rt_sigreturn
43 .byte __NR_compat32_rt_sigreturn, 0x27 // svc #__NR_compat32_rt_sigreturn
44 .byte __NR_compat32_rt_sigreturn, 0xdf // mov r7, #__NR_compat32_rt_sigreturn
/arch/mips/vdso/
A Delf.S38 .byte __mips /* isa_level */
41 .byte MIPS_ISA_REV
45 .byte 2 /* AFL_REG_64 */
47 .byte 1 /* AFL_REG_32 */
52 .byte 2 /* AFL_REG_64 */
54 .byte 1 /* AFL_REG_32 */
57 .byte 0 /* cpr2_size (AFL_REG_NONE) */
58 .byte 0 /* fp_abi (Val_GNU_MIPS_ABI_FP_ANY) */
/arch/powerpc/perf/
A Dppc970-pmu.c147 int pmc, psel, unit, byte, bit; in p970_marked_instr_event() local
195 int pmc, byte, unit, sh, spcsel; in p970_get_constraint() local
220 grp = byte & 1; in p970_get_constraint()
263 unsigned int pmc, unit, byte, psel; in p970_compute_mmcr() local
297 ++pmc_grp_use[byte & 1]; in p970_compute_mmcr()
298 if (busbyte[byte] && busbyte[byte] != unit) in p970_compute_mmcr()
300 busbyte[byte] = unit; in p970_compute_mmcr()
330 for (byte = 0; byte < 4; ++byte) { in p970_compute_mmcr()
331 unit = busbyte[byte]; in p970_compute_mmcr()
365 if (grp == (byte & 1)) in p970_compute_mmcr()
[all …]
A Dpower5-pmu.c141 int pmc, byte, unit, sh; in power5_get_constraint() local
167 if (byte >= 4) { in power5_get_constraint()
172 byte &= 3; in power5_get_constraint()
187 grp = byte & 1; in power5_get_constraint()
342 int bit, byte, unit; in power5_marked_instr_event() local
374 byte -= 4; in power5_marked_instr_event()
425 if (byte >= 4) { in power5_compute_mmcr()
429 byte &= 3; in power5_compute_mmcr()
433 if (busbyte[byte] && busbyte[byte] != unit) in power5_compute_mmcr()
474 for (byte = 0; byte < 4; ++byte) { in power5_compute_mmcr()
[all …]
A Dpower5+-pmu.c137 int pmc, byte, unit, sh; in power5p_get_constraint() local
160 if (byte >= 4) { in power5p_get_constraint()
165 byte &= 3; in power5p_get_constraint()
406 int bit, byte, unit; in power5p_marked_instr_event() local
443 byte -= 4; in power5p_marked_instr_event()
489 if (byte >= 4) { in power5p_compute_mmcr()
493 byte &= 3; in power5p_compute_mmcr()
495 if (busbyte[byte] && busbyte[byte] != unit) in power5p_compute_mmcr()
497 busbyte[byte] = unit; in power5p_compute_mmcr()
534 for (byte = 0; byte < 4; ++byte) { in power5p_compute_mmcr()
[all …]
/arch/sparc/kernel/
A Dvisemul.c436 unsigned long byte; in bshuffle() local
486 unsigned long byte; in pformat() local
490 for (byte = 0; byte < 4; byte++) { in pformat()
554 unsigned long byte; in pformat() local
559 for (byte = 0; byte < 4; byte++) { in pformat()
596 unsigned long byte; in pmul() local
602 for (byte = 0; byte < 4; byte++) { in pmul()
620 unsigned long byte; in pmul() local
628 for (byte = 0; byte < 4; byte++) { in pmul()
652 for (byte = 0; byte < 4; byte++) { in pmul()
[all …]
/arch/x86/entry/vdso/vdso32/
A Dsigreturn.S43 .byte 1 /* Version number */
47 .byte 8 /* Return address register column */
49 .byte 0x1b /* DW_EH_PE_pcrel|DW_EH_PE_sdata4. */
50 .byte 0 /* DW_CFA_nop */
76 .byte 0x0f; /* DW_CFA_def_cfa_expression */ \
78 0: .byte 0x74; /* DW_OP_breg4 */ \
80 .byte 0x06; /* DW_OP_deref */ \
84 .byte 0x10; /* DW_CFA_expression */ \
87 0: .byte 0x74; /* DW_OP_breg4 */ \
101 .byte 0x42 /* DW_CFA_advance_loc 2 -- nop; popl eax. */
/arch/parisc/kernel/vdso64/
A Dsigtramp.S65 .byte 0x05 /* DW_CFA_offset_extended */
74 .byte 1 /* Version number */
78 .byte 61 /* Return address register column, iaoq[0] */
80 .byte 0x1b /* DW_EH_PE_pcrel | DW_EH_PE_sdata4. */
81 .byte 0x0f /* DW_CFA_def_cfa_expresion */
84 .byte 0x8e /* DW_OP_breg30 */
/arch/sh/kernel/vsyscall/
A Dvsyscall-trapa.S18 .byte 0x1 /* Version number */
22 .byte 0x11 /* Return address register column */
24 .byte 0x1b /* DW_EH_PE_pcrel | DW_EH_PE_sdata4. */
25 .byte 0xc,0xf,0x0 /* DW_CFA_def_cfa: r15 ofs 0 */
A Dvsyscall-sigreturn.S45 .byte 0x1 /* Version number */
49 .byte 0x11 /* Return address register column */
51 .byte 0x1b /* DW_EH_PE_pcrel | DW_EH_PE_sdata4. */
52 .byte 0xc, 0xf, 0x0 /* DW_CFA_def_cfa: r15 ofs 0 */
/arch/parisc/kernel/vdso32/
A Dsigtramp.S66 .byte 0x05 /* DW_CFA_offset_extended */
75 .byte 1 /* Version number */
79 .byte 89 /* Return address register column, iaoq[0] */
81 .byte 0x1b /* DW_EH_PE_pcrel | DW_EH_PE_sdata4. */
82 .byte 0x0f /* DW_CFA_def_cfa_expresion */
85 .byte 0x8e /* DW_OP_breg30 */
/arch/arm/probes/kprobes/
A Dtest-arm.c644 #define LOAD_STORE(byte) \ in kprobe_arm_test_cases() argument
656 TEST_UNSUPPORTED("str"byte" r14, [r13, r12]") \ in kprobe_arm_test_cases()
657 TEST_UNSUPPORTED("str"byte" r14, [r12, r13]") \ in kprobe_arm_test_cases()
667 TEST_P( "ldr"byte" r0, [r",0, 24,", #-2]") \ in kprobe_arm_test_cases()
668 TEST_P( "ldr"byte" r14, [r",13,0, ", #2]") \ in kprobe_arm_test_cases()
669 TEST_P( "ldr"byte" r1, [r",2, 24,", #4]!") \ in kprobe_arm_test_cases()
670 TEST_P( "ldr"byte" r12, [r",11,24,", #-4]!") \ in kprobe_arm_test_cases()
671 TEST_P( "ldr"byte" r2, [r",3, 24,"], #48") \ in kprobe_arm_test_cases()
672 TEST_P( "ldr"byte" r10, [r",9, 64,"], #-48") \ in kprobe_arm_test_cases()
683 TEST( "ldr"byte" r0, [pc, #0]") \ in kprobe_arm_test_cases()
[all …]
/arch/powerpc/crypto/
A Daes-tab-4k.S295 .byte 0x52, 0x09, 0x6a, 0xd5, 0x30, 0x36, 0xa5, 0x38
296 .byte 0xbf, 0x40, 0xa3, 0x9e, 0x81, 0xf3, 0xd7, 0xfb
297 .byte 0x7c, 0xe3, 0x39, 0x82, 0x9b, 0x2f, 0xff, 0x87
298 .byte 0x34, 0x8e, 0x43, 0x44, 0xc4, 0xde, 0xe9, 0xcb
299 .byte 0x54, 0x7b, 0x94, 0x32, 0xa6, 0xc2, 0x23, 0x3d
300 .byte 0xee, 0x4c, 0x95, 0x0b, 0x42, 0xfa, 0xc3, 0x4e
301 .byte 0x08, 0x2e, 0xa1, 0x66, 0x28, 0xd9, 0x24, 0xb2
302 .byte 0x76, 0x5b, 0xa2, 0x49, 0x6d, 0x8b, 0xd1, 0x25
303 .byte 0x72, 0xf8, 0xf6, 0x64, 0x86, 0x68, 0x98, 0x16
304 .byte 0xd4, 0xa4, 0x5c, 0xcc, 0x5d, 0x65, 0xb6, 0x92
[all …]
/arch/s390/tools/
A Dgen_opcode_table.c17 unsigned char byte; member
68 .byte = 0,
83 .byte = 1,
93 .byte = 1,
108 .byte = 5,
249 if (insn->type->byte != 0) in print_opcode()
266 if (group && (!strncmp(group->opcode, insn->opcode, 2) || group->type->byte == 0)) { in add_to_group()
297 if (insn->type->byte == 0) in print_opcode_table()
310 if (insn->type->byte != 0) in print_opcode_table()
328 group->opcode, group->type->mask, group->type->byte, group->offset, group->count); in print_opcode_table_offsets()

Completed in 37 milliseconds

1234567891011