Home
last modified time | relevance | path

Searched refs:rorx (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-bmi2.s28 rorx $1, %eax, %ecx label
29 rorx $1, (%rax), %ecx label
31 rorx $1, %rax, %rcx label
32 rorx $1, (%rax), %rcx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-bmi2.s28 rorx $1, %eax, %ecx label
29 rorx $1, (%rax), %ecx label
31 rorx $1, %rax, %rcx label
32 rorx $1, (%rax), %rcx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-bmi2.s28 rorx $1, %eax, %ecx label
29 rorx $1, (%rax), %ecx label
31 rorx $1, %rax, %rcx label
32 rorx $1, (%rax), %rcx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-bmi2.s28 rorx $1, %eax, %ecx label
29 rorx $1, (%rax), %ecx label
31 rorx $1, %rax, %rcx label
32 rorx $1, (%rax), %rcx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-bmi2.s28 rorx $1, %eax, %ecx label
29 rorx $1, (%rax), %ecx label
31 rorx $1, %rax, %rcx label
32 rorx $1, (%rax), %rcx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-bmi2.s28 rorx $1, %eax, %ecx label
29 rorx $1, (%rax), %ecx label
31 rorx $1, %rax, %rcx label
32 rorx $1, (%rax), %rcx label
/external/v8/src/ia32/
Dassembler-ia32.h1582 void rorx(Register dst, Register src, byte imm8) { in rorx() function
1583 rorx(dst, Operand(src), imm8); in rorx()
1585 void rorx(Register dst, Operand src, byte imm8);
Dassembler-ia32.cc3094 void Assembler::rorx(Register dst, Operand src, byte imm8) { in rorx() function in v8::internal::Assembler
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td893 defm RORX32 : bmi_rotate<"rorx{l}", GR32, i32mem>;
894 defm RORX64 : bmi_rotate<"rorx{q}", GR64, i64mem>, VEX_W;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrShiftRotate.td857 defm RORX32 : bmi_rotate<"rorx{l}", GR32, i32mem>;
858 defm RORX64 : bmi_rotate<"rorx{q}", GR64, i64mem>, VEX_W;
/external/epid-sdk/ext/ipp/sources/include/
Dia_32e.inc2020 rorx macro x:req, y:req, z:req
2021 %ECHO @CatStr(<rorx >, < x,>, < y,>, < z >)
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc6658 "orw\004rorx\005rorxl\005rorxq\007roundpd\007roundps\007roundsd\007round"
23560 …{ 6918 /* rorx */, X86::RORX32ri, Convert__Reg1_0__Reg1_1__ImmUnsignedi81_2, 0, { MCK_GR32, MCK_GR…
23561 …{ 6918 /* rorx */, X86::RORX32mi, Convert__Reg1_0__Mem325_1__ImmUnsignedi81_2, 0, { MCK_GR32, MCK_…
23562 …{ 6918 /* rorx */, X86::RORX64ri, Convert__Reg1_0__Reg1_1__ImmUnsignedi81_2, 0, { MCK_GR64, MCK_GR…
23563 …{ 6918 /* rorx */, X86::RORX64mi, Convert__Reg1_0__Mem645_1__ImmUnsignedi81_2, 0, { MCK_GR64, MCK_…