| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| H A D | aesv8-armx.pl | 2229 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 D | vmwgfx_fb.c | 148 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 D | drm_fb_helper.c | 1411 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 D | vacuum-cleaner | 29 # int32_t xoffset;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 4229 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 D | alias.c | 2773 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 D | alias.cc | 2804 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 D | avr.md | 3876 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 D | CGDebugInfo.cpp | 4680 uint64_t xoffset; in EmitDeclareOfBlockLiteralArgVariable() local 4682 EmitTypeForVarWithBlocksAttr(variable, &xoffset).BlockByRefWrapper; in EmitDeclareOfBlockLiteralArgVariable()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.md | 5428 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));
|