HomeSort by relevance Sort by last modified time
    Searched refs:shifter (Results 1 - 24 of 24) sorted by null

  /art/compiler/utils/x86/
assembler_x86.h 355 void rorl(Register operand, Register shifter);
357 void roll(Register operand, Register shifter);
689 void shll(Register operand, Register shifter);
691 void shll(const Address& address, Register shifter);
693 void shrl(Register operand, Register shifter);
695 void shrl(const Address& address, Register shifter);
697 void sarl(Register operand, Register shifter);
699 void sarl(const Address& address, Register shifter);
700 void shld(Register dst, Register src, Register shifter);
702 void shrd(Register dst, Register src, Register shifter);
    [all...]
assembler_x86.cc     [all...]
assembler_x86_test.cc 392 x86::Register shifter(x86::ECX);
394 assembler->rorl(*reg, shifter);
412 x86::Register shifter(x86::ECX);
414 assembler->roll(*reg, shifter);
  /art/compiler/utils/x86_64/
assembler_x86_64.h 744 void shll(CpuRegister operand, CpuRegister shifter);
746 void shrl(CpuRegister operand, CpuRegister shifter);
748 void sarl(CpuRegister operand, CpuRegister shifter);
751 void shlq(CpuRegister operand, CpuRegister shifter);
753 void shrq(CpuRegister operand, CpuRegister shifter);
755 void sarq(CpuRegister operand, CpuRegister shifter);
815 void rorl(CpuRegister operand, CpuRegister shifter);
817 void roll(CpuRegister operand, CpuRegister shifter);
820 void rorq(CpuRegister operand, CpuRegister shifter);
822 void rolq(CpuRegister operand, CpuRegister shifter);
    [all...]
assembler_x86_64_test.cc 637 x86_64::CpuRegister shifter(x86_64::RCX);
639 assembler->shll(*reg, shifter);
658 x86_64::CpuRegister shifter(x86_64::RCX);
660 assembler->shlq(*reg, shifter);
679 x86_64::CpuRegister shifter(x86_64::RCX);
681 assembler->shrl(*reg, shifter);
699 x86_64::CpuRegister shifter(x86_64::RCX);
701 assembler->shrq(*reg, shifter);
719 x86_64::CpuRegister shifter(x86_64::RCX);
721 assembler->sarl(*reg, shifter);
    [all...]
assembler_x86_64.cc     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 662 void rol(Type Ty, GPRRegister operand, GPRRegister shifter);
663 void rol(Type Ty, const Address &operand, GPRRegister shifter);
666 void shl(Type Ty, GPRRegister operand, GPRRegister shifter);
667 void shl(Type Ty, const Address &operand, GPRRegister shifter);
670 void shr(Type Ty, GPRRegister operand, GPRRegister shifter);
671 void shr(Type Ty, const Address &operand, GPRRegister shifter);
674 void sar(Type Ty, GPRRegister operand, GPRRegister shifter);
675 void sar(Type Ty, const Address &address, GPRRegister shifter);
773 GPRRegister shifter);
    [all...]
IceAssemblerX86BaseImpl.h     [all...]
  /art/compiler/optimizing/
code_generator_x86.h 226 void GenerateShlLong(const Location& loc, Register shifter);
227 void GenerateShrLong(const Location& loc, Register shifter);
228 void GenerateUShrLong(const Location& loc, Register shifter);
code_generator_x86.cc     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vcn_enc_1_2.c 111 enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter - bits_to_pack);
116 unsigned char output_byte = (unsigned char)(enc->shifter >> 24);
117 enc->shifter <<= 8;
129 enc->shifter = 0;
147 unsigned char output_byte = (unsigned char)(enc->shifter >> 24);
151 enc->shifter = 0;
radeon_vcn_enc.h 400 unsigned shifter; member in struct:radeon_encoder
  /art/test/530-checker-loops3/src/
Main.java 185 /// CHECK-START: void Main.shifter(int[]) BCE (before)
192 /// CHECK-START: void Main.shifter(int[]) BCE (after)
199 /// CHECK-START: void Main.shifter(int[]) instruction_simplifier$after_bce (after)
204 /// CHECK-START: void Main.shifter(int[]) BCE (after)
206 public static void shifter(int[] x) { method in class:Main
  /external/capstone/arch/AArch64/
AArch64InstPrinter.c 770 arm64_shifter shifter = ARM64_SFT_INVALID; local
774 shifter = ARM64_SFT_LSL;
777 shifter = ARM64_SFT_LSR;
780 shifter = ARM64_SFT_ASR;
783 shifter = ARM64_SFT_ROR;
786 shifter = ARM64_SFT_MSL;
790 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count - 1].shift.type = shifter;
    [all...]
  /bionic/libc/arch-mips/string/
strcmp.S 157 SUBU $t3, $t0, $t2 #t3 will be used as shifter
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 12 @ For complex constructs like shifter operands, check more thoroughly for them
basic-arm-instructions.s 7 @ For complex constructs like shifter operands, check more thoroughly for them
    [all...]
basic-thumb2-instructions.s 7 @ For complex constructs like shifter operands, check more thoroughly for them
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-thumb-instructions.s 11 @ For complex constructs like shifter operands, check more thoroughly for them
basic-arm-instructions.s 6 @ For complex constructs like shifter operands, check more thoroughly for them
    [all...]
basic-thumb2-instructions.s 6 @ For complex constructs like shifter operands, check more thoroughly for them
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
basic-thumb-instructions.s 12 @ For complex constructs like shifter operands, check more thoroughly for them
basic-arm-instructions.s 7 @ For complex constructs like shifter operands, check more thoroughly for them
    [all...]
basic-thumb2-instructions.s 7 @ For complex constructs like shifter operands, check more thoroughly for them
    [all...]

Completed in 551 milliseconds