Home
last modified time | relevance | path

Searched refs:xoffset (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesv8-armx.pl2229 my ($xoffset,$tmpmx,$tmpmw)=("x6","x11","w11");
2505 csel $xoffset,xzr,$len,gt // borrow x6, w6, "gt" is not typo
2518 add $inp,$inp,$xoffset // x0 is adjusted in such way that
2521 add $xoffset,$len,#0x60 // because .Lxts_enc_tail4x
2619 cbz $xoffset,.Lxts_enc_tail4x
2720 csel $xoffset,$len,$xoffset,lo // x6, w6, is zero at this point
2729 add $xoffset,$xoffset,#0x20
2730 add $inp,$inp,$xoffset
2906 my ($xoffset,$tmpmx,$tmpmw)=("x6","x11","w11");
3187 csel $xoffset,xzr,$len,gt // borrow x6, w6, "gt" is not typo
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c148 if ((var->xoffset + var->xres) > par->max_width || in vmw_fb_check_var()
309 if ((var->xoffset + var->xres) > var->xres_virtual || in vmw_fb_pan_display()
316 par->fb_x = var->xoffset; in vmw_fb_pan_display()
598 par->fb_x = var->xoffset; in vmw_fb_set_par()
732 info->var.xoffset = 0; in vmw_fb_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fb_helper.c1411 pan_set(fb_helper, var->xoffset, var->yoffset); in pan_display_atomic()
1415 info->var.xoffset = var->xoffset; in pan_display_atomic()
1418 pan_set(fb_helper, info->var.xoffset, info->var.yoffset); in pan_display_atomic()
1434 modeset->x = var->xoffset; in pan_display_legacy()
1440 info->var.xoffset = var->xoffset; in pan_display_legacy()
1694 info->var.xoffset = 0; in drm_fb_helper_fill_var()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dvacuum-cleaner29 # int32_t xoffset;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp4229 uint32_t offset, xoffset, left, i; in print_method_list64_t() local
4275 name = get_pointer_64(m.name + n_value, xoffset, left, xS, info); in print_method_list64_t()
4292 name = get_pointer_64(m.types + n_value, xoffset, left, xS, info); in print_method_list64_t()
4322 uint32_t offset, xoffset, left, i; in print_method_list32_t() local
4355 name = get_pointer_32(m.name, xoffset, left, xS, info); in print_method_list32_t()
4361 name = get_pointer_32(m.types, xoffset, left, xS, info); in print_method_list32_t()
4455 uint32_t offset, xoffset, left, i; in print_protocol_list64_t() local
4526 name = get_pointer_64(pc.name + n_value, xoffset, left, xS, info); in print_protocol_list64_t()
4584 uint32_t offset, xoffset, left, i; in print_protocol_list32_t() local
4630 name = get_pointer_32(pc.name, xoffset, left, xS, info); in print_protocol_list32_t()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dalias.c2773 tree xoffset = component_ref_field_offset (x); in adjust_offset_for_component_ref() local
2775 if (!poly_int_tree_p (xoffset)) in adjust_offset_for_component_ref()
2782 = (wi::to_poly_offset (xoffset) in adjust_offset_for_component_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dalias.cc2804 tree xoffset = component_ref_field_offset (x); in adjust_offset_for_component_ref() local
2806 if (!poly_int_tree_p (xoffset)) in adjust_offset_for_component_ref()
2813 = (wi::to_poly_offset (xoffset) in adjust_offset_for_component_ref()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.md3876 rtx xoffset = force_reg (QImode, gen_int_mode (1 << INTVAL (operands[2]), QImode));
3877 emit_insn (gen_mulsqipsi3 (operands[0], xoffset, operands[1]));
3884 rtx xoffset = force_reg (PSImode, gen_int_mode (1 << INTVAL (operands[2]), PSImode));
3885 emit_insn (gen_mulpsi3 (operands[0], operands[1], xoffset));
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4680 uint64_t xoffset; in EmitDeclareOfBlockLiteralArgVariable() local
4682 EmitTypeForVarWithBlocksAttr(variable, &xoffset).BlockByRefWrapper; in EmitDeclareOfBlockLiteralArgVariable()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.md5428 rtx xoffset = force_reg (QImode, gen_int_mode (1 << INTVAL (operands[2]), QImode));
5429 emit_insn (gen_mulsqipsi3 (operands[0], xoffset, operands[1]));
5436 rtx xoffset = force_reg (PSImode, gen_int_mode (1 << INTVAL (operands[2]), PSImode));
5437 emit_insn (gen_mulpsi3 (operands[0], operands[1], xoffset));