/external/compiler-rt/lib/builtins/i386/ |
udivdi3.S | 27 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
umoddi3.S | 28 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
divdi3.S | 56 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
moddi3.S | 55 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
/external/valgrind/main/VEX/test/ |
test-amd64.c | 560 TEST_BSX(bsrl, "", 0); 561 TEST_BSX(bsrl, "", 0x00340128); [all...] |
test-i386.c | 522 TEST_BSX(bsrl, "", 0); 523 TEST_BSX(bsrl, "", 0x00340128); [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 855 void bsrl(Register dst, Register src); [all...] |
assembler-x64.cc | 654 void Assembler::bsrl(Register dst, Register src) { function in class:v8::internal::Assembler [all...] |
lithium-codegen-x64.cc | [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_basic.def | 107 bsrl r32.ud[0x13572468] r32.ud[0] => 1.ud[28] 108 bsrl m32.ud[0x75318642] r32.ud[0] => 1.ud[30] [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a)) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a)) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_gas.gperf | 82 bsrl, bsfr_insn, 3, SUF_L, 0xBD, 0, 0, 0, CPU_386, 0, 0 [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |