HomeSort by relevance Sort by last modified time
    Searched defs:Immediate (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 46 // Now we've got the shifted immediate, shift by 2, sign extend and ret.
227 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out.
228 Immediate = ((Immediate >> 4) & 0xf000) | (Immediate & 0xfff);
254 uint32_t FullImmVal = (Immediate << Shift) | (OtherHalf << (16 - Shift));
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 79 struct tgsi_immediate Immediate;
  /art/compiler/utils/x86/
assembler_x86.h 35 class Immediate : public ValueObject {
37 explicit Immediate(int32_t value_in) : value_(value_in) {}
320 void pushl(const Immediate& imm);
325 void movl(Register dst, const Immediate& src);
330 void movl(const Address& dst, const Immediate& imm);
345 void rorl(Register reg, const Immediate& imm);
347 void roll(Register reg, const Immediate& imm);
356 void movb(const Address& dst, const Immediate& imm);
364 void movw(const Address& dst, const Immediate& imm);
394 void psrlq(XmmRegister reg, const Immediate& shift_count)
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 35 // Encodes an immediate value for operands.
42 class Immediate : public ValueObject {
44 explicit Immediate(int64_t value_in) : value_(value_in) {}
349 void pushq(const Immediate& imm);
354 void movq(CpuRegister dst, const Immediate& src);
355 void movl(CpuRegister dst, const Immediate& src);
365 void movq(const Address& dst, const Immediate& imm);
367 void movl(const Address& dst, const Immediate& imm);
379 void movb(const Address& dst, const Immediate& imm);
387 void movw(const Address& dst, const Immediate& imm)
    [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 331 Immediate::Immediate(int x) {
337 Immediate::Immediate(const ExternalReference& ext) {
343 Immediate::Immediate(Label* internal_offset) {
349 Immediate::Immediate(Handle<Object> handle) {
365 Immediate::Immediate(Smi* value)
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 332 Immediate::Immediate(int x) {
338 Immediate::Immediate(const ExternalReference& ext) {
344 Immediate::Immediate(Label* internal_offset) {
350 Immediate::Immediate(Handle<Object> handle) {
366 Immediate::Immediate(Smi* value)
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 29 Immediate,
103 assert(Kind == Immediate && "Invalid access!");
134 bool isImm() const override { return Kind == Immediate; }
489 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc);
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 82 float Immediate[4];
  /external/v8/src/arm64/
assembler-arm64.h 533 class Immediate {
536 inline explicit Immediate(Handle<T> handle);
538 // This is allowed to be an implicit constructor because Immediate is
541 inline Immediate(T value); // NOLINT(runtime/explicit)
544 inline Immediate(T value, RelocInfo::Mode rmode);
603 inline Immediate immediate() const;
618 Immediate immediate_;
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 48 Immediate,
144 return Kind == Immediate;
266 case Immediate:
281 auto Op = llvm::make_unique<AMDGPUOperand>(Immediate);
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 323 Immediate,
368 case Immediate:
391 assert(Kind == Immediate && "Invalid access!");
395 assert((Kind == Immediate || Kind == ContextImmediate) && "Invalid access!");
396 if (Kind == Immediate)
401 assert((Kind == Immediate || Kind == ContextImmediate) && "Invalid access!");
432 return (unsigned) (Kind == Immediate ? Imm.Val : Expr.CRVal);
437 return (unsigned) (Kind == Immediate ? Imm.Val : Expr.CRVal);
446 bool isImm() const override { return Kind == Immediate || Kind == Expression; }
447 bool isU1Imm() const { return Kind == Immediate && isUInt<1>(getImm());
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 135 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer;
144 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false),
149 : TS(TS), Float(false), Signed(false), Immediate(false), Void(false),
171 bool isImmediate() const { return Immediate; }
197 Immediate = false;
204 Immediate = true;
329 // If this builtin takes an immediate argument, we need to #define it rather
331 // the immediate passed by the user.
358 /// this is the set of immediate dependencies, NOT the
366 /// Return true if the intrinsic takes an immediate operand
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 174 enum KindTy { Token, Immediate, Register } Kind;
213 case Immediate:
234 assert(Kind == Immediate && "Invalid access!");
239 bool isImm() const { return Kind == Immediate; }
245 if (Kind == Immediate) {
593 HexagonOperand *Op = new HexagonOperand(Immediate);
606 case Immediate:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h 741 UCHAR Immediate:1;
782 UCHAR Immediate:1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/psi-subset/143.1821.5/
psi-subset-143.1821.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 

Completed in 581 milliseconds

1 2