代码搜索结果
找到约 92,609 项符合
div 的代码
div.s
# Source file used to test the div macro.
foo:
div $0,$4,$5
div $4,$5
div $4,$5,$6
div $4,1
div $4,$5,1
div $4,-1
div $4,$5,-1
div $4,2
div $4,$5,2
div $4,0x8000
div $4,$5,0x8000
div $4,-0
div.c
/*
* linux/kernel/math/div.c
*
* (C) 1991 Linus Torvalds
*/
/*
* temporary real division routine.
*/
#include
static void shift_left(int * c)
{
__asm__ __volatile__("movl
div.c
/*
* linux/kernel/math/div.c
*
* (C) 1991 Linus Torvalds
*/
/*
* temporary real division routine.
*/
#include
static void shift_left(int * c)
{
__asm__ __volatile__("movl
div.pl
#!/usr/local/bin/perl
# x86 assember
sub bn_div_words
{
local($name)=@_;
&function_begin($name,"");
&mov("edx",&wparam(0)); #
&mov("eax",&wparam(1)); #
&mov("ebx",&wparam(2)); #
&div("ebx");
div-ilocks.d
#objdump: -dr --prefix-addresses -mmips:4000
#name: MIPS div
#source: div.s
# Test the div macro.
.*: +file format .*mips.*
Disassembly of section .text:
0+0000 ]*> div zero,a0,a1
0+0004 ]*
div.d
#as: -march=r4000 -mtune=r4000
#objdump: -dr --prefix-addresses -mmips:4000
#name: MIPS div
# Test the div macro.
.*: +file format .*mips.*
Disassembly of section .text:
0+0000 ]*> div zero,a0,
div.s
# Source file used to test the div macro.
foo:
div $0,$4,$5
div $4,$5
div $4,$5,$6
div $4,1
div $4,$5,1
div $4,-1
div $4,$5,-1
div $4,2
div $4,$5,2
div $4,0x8000
div $4,$5,0x8000
div $4,-0
div.c
/*
FUNCTION
---divide two integers
INDEX
div
ANSI_SYNOPSIS
#include
div_t div(int , int );
TRAD_SYNOPSIS
#include
div_t div(, )
int ,