Searched refs:bsrl (Results 1 - 13 of 13) sorted by relevance

/external/compiler-rt/lib/builtins/i386/
H A Dudivdi3.S27 bsrl %ebx, %ecx // If the high word of b is zero, jump to
H A Dumoddi3.S28 bsrl %ebx, %ecx // If the high word of b is zero, jump to
H A Ddivdi3.S56 bsrl %ebx, %ecx // If the high word of b is zero, jump to
H A Dmoddi3.S55 bsrl %ebx, %ecx // If the high word of b is zero, jump to
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c560 TEST_BSX(bsrl, "", 0);
561 TEST_BSX(bsrl, "", 0x00340128);
H A Dtest-i386.c522 TEST_BSX(bsrl, "", 0);
523 TEST_BSX(bsrl, "", 0x00340128);
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h859 void bsrl(Register dst, Register src);
H A Dassembler-x64.cc646 void Assembler::bsrl(Register dst, Register src) { function in class:v8::internal::Assembler
H A Dlithium-codegen-x64.cc3968 __ bsrl(result, input);
/external/valgrind/main/none/tests/x86/
H A Dinsn_basic.def107 bsrl r32.ud[0x13572468] r32.ud[0] => 1.ud[28]
108 bsrl m32.ud[0x75318642] r32.ud[0] => 1.ud[30]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a))
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a))
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_gas.gperf82 bsrl, bsfr_insn, 3, SUF_L, 0xBD, 0, 0, 0, CPU_386, 0, 0

Completed in 4570 milliseconds