Searched refs:bzhi (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | bmi.ll | 179 %tmp = tail call i32 @llvm.x86.bmi.bzhi.32(i32 %x, i32 %y) 187 %tmp = tail call i32 @llvm.x86.bmi.bzhi.32(i32 %x1, i32 %y) 193 declare i32 @llvm.x86.bmi.bzhi.32(i32, i32) nounwind readnone 196 %tmp = tail call i64 @llvm.x86.bmi.bzhi.64(i64 %x, i64 %y) 202 declare i64 @llvm.x86.bmi.bzhi.64(i64, i64) nounwind readnone
|
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 645 __ bzhi(eax, ebx, ecx); in TEST() local 646 __ bzhi(eax, Operand(ebx, ecx, times_4, 10000), ebx); in TEST() local
|
D | test-assembler-ia32.cc | 1282 __ bzhi(ebx, ecx, edx); in TEST() local 1287 __ bzhi(ebx, Operand(esp, 0), edx); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1317 void bzhi(Register dst, Register src1, Register src2) { in bzhi() function 1318 bzhi(dst, Operand(src1), src2); in bzhi() 1320 void bzhi(Register dst, const Operand& src1, Register src2) { in bzhi() function
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2280 defm BZHI32 : bmi_bextr_bzhi<0xF5, "bzhi{l}", GR32, i32mem, 2282 defm BZHI64 : bmi_bextr_bzhi<0xF5, "bzhi{q}", GR64, i64mem,
|