/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-tbl.h | 353 immediate operand to ease the operand encoding/decoding and qualifier 1250 /* Add/subtract (immediate). */ [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.h | 62 /// filled in, since immediate encodings are highly target/opcode specific. 64 /// memcpyAddend method can be used to read the immediate. 93 /// immediate (held in RE.Addend).
|
/external/llvm/lib/Target/AArch64/ |
AArch64Schedule.td | 44 def WriteLD : SchedWrite; // Load from base addr plus immediate offset 45 def WriteST : SchedWrite; // Store to base addr plus immediate offset 87 def WriteFImm : SchedWrite; // Floating-point immediate.
|
/external/llvm/test/MC/AMDGPU/ |
vop2-err.s | 15 // Immediate src1 27 // Immediate src0 31 // Immediate src1
|
/external/mesa3d/src/mesa/vbo/ |
vbo_context.h | 41 * The module captures both immediate mode and display list drawing, 120 * variations of those calls). When we transition from immediate mode 155 * Return if format is integer. The immediate mode commands only emit floats
|
/external/v8/src/arm64/ |
decoder-arm64.h | 137 // Decode the add/subtract immediate instruction, and call the corresponding 152 // Decode the logical immediate and move wide immediate parts of the
|
/external/v8/src/compiler/ |
interpreter-assembler.h | 41 // Returns the count immediate for bytecode operand |operand_index| in the 44 // Returns the index immediate for bytecode operand |operand_index| in the 47 // Returns the Imm8 immediate for bytecode operand |operand_index| in the
|
/external/v8/test/cctest/ |
test-code-stubs-x64.cc | 92 __ subq(rsp, Immediate(kDoubleSize)); 98 __ addq(rsp, Immediate(kDoubleSize)); 107 __ addq(rsp, Immediate(kPointerSize));
|
/external/vixl/doc/ |
changelog.md | 41 + Provide static helpers for immediate generation. 65 + Faster code for logical immediate identification. 102 + Added support for using immediate operands with `Csel`.
|
getting-started.md | 62 For instance, the hardware `add` instruction can only take a 12-bit immediate 64 instructions to handle any 64-bit immediate. For example, `Add(x0, x0, -1)` 149 On ARMv8 instructions are 32 bits long, thus immediate values encoded in the 158 The previous instruction would not be legal since the immediate value is too 173 The assembler will store the immediate value in a "literal pool", a set of
|
supported-instructions.md | 800 Move immediate and keep. 807 Move inverted immediate. 814 Move immediate. 1491 Bit clear immediate. 1845 FP compare immediate. 1859 FP signaling compare immediate. [all...] |
/external/vixl/src/vixl/a64/ |
disasm-a64.h | 63 // branches to immediate offsets. 74 // immediate offset. 99 // Below is an example of how a branch immediate instruction in memory at
|
assembler-a64.h | 652 // #<immediate> 653 // where <immediate> is int64_t. 656 Operand(int64_t immediate = 0); // NOLINT(runtime/explicit) 681 int64_t immediate() const { [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPIterator.java | 49 * <li>JUST_CHILDREN - Visit just the immediate children of the root. Skip 50 * the root itself and all nodes below the immediate children. This omits the 51 * qualifiers of the immediate children, the qualifier nodes being below what
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
SystemBarScrimViews.java | 94 if (animation != AnimationProps.IMMEDIATE) { 123 : AnimationProps.IMMEDIATE; 180 : AnimationProps.IMMEDIATE;
|
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 509 bool Thumb2Assembler::ShifterOperandCanAlwaysHold(uint32_t immediate) { 510 return ArmAssembler::ModifiedImmediate(immediate) != kInvalidModifiedImmediate; 516 uint32_t immediate, 520 shifter_op->immed_ = immediate; 527 if (immediate < (1 << 12) && set_cc != kCcSet) { 530 return ArmAssembler::ModifiedImmediate(immediate) != kInvalidModifiedImmediate; 534 return ArmAssembler::ModifiedImmediate(immediate) != kInvalidModifiedImmediate; 538 return ArmAssembler::ModifiedImmediate(immediate) != kInvalidModifiedImmediate; 1443 uint8_t immediate = 0; local 1628 uint32_t immediate = 0; \/\/ Should be at most 10 bits but keep the full immediate for CHECKs. local [all...] |
/external/v8/src/x87/ |
macro-assembler-x87.h | 67 mov(dst, Immediate(x)); 70 void Set(const Operand& dst, int32_t x) { mov(dst, Immediate(x)); } 267 // Store the value in register/immediate src in the safepoint 270 void StoreToSafepointRegisterSlot(Register dst, Immediate src); 282 Move(result, Immediate(object)); 291 cmp(reg, Immediate(object)); 338 bool IsUnsafeImmediate(const Immediate& x); 339 void SafeMove(Register dst, const Immediate& x); 340 void SafePush(const Immediate& x); 452 test(value, Immediate(kSmiTagMask)) [all...] |
builtins-x87.cc | 58 __ add(eax, Immediate(num_extra_args + 1)); 197 __ or_(ebx, Immediate(kHeapObjectTag)); 217 Immediate(1 << Map::ConstructionCounter::kShift)); 436 __ Move(esi, Immediate(0)); 463 __ Move(ecx, Immediate(0)); 532 __ push(Immediate(0)); 568 __ mov(eax, Immediate(masm->isolate()->factory()->undefined_value())); 575 __ sub(ebx, Immediate(kPointerSize)); 604 Immediate(InterpreterFrameConstants::kRegisterFilePointerFromFp)); 606 Immediate(BytecodeArray::kHeaderSize - kHeapObjectTag)) [all...] |
/art/compiler/optimizing/ |
intrinsics_x86.cc | 119 __ psrlq(temp, Immediate(32)); 203 __ sarl(out, Immediate(16)); 252 // TODO: Consider Quick's way of doing Double abs through integer operations, as the immediate we 295 __ subl(ESP, Immediate(8)); 296 __ pushl(Immediate(0x7FFFFFFF)); 297 __ pushl(Immediate(0xFFFFFFFF)); 300 __ subl(ESP, Immediate(12)); 301 __ pushl(Immediate(0x7FFFFFFF)); 304 __ addl(ESP, Immediate(16)); 372 __ sarl(temp, Immediate(31)) [all...] |
/frameworks/base/services/net/java/android/net/apf/ |
ApfGenerator.java | 41 LDB(1), // Load 1 byte from immediate offset, e.g. "ldb R0, [5]" 42 LDH(2), // Load 2 bytes from immediate offset, e.g. "ldh R0, [5]" 43 LDW(3), // Load 4 bytes from immediate offset, e.g. "ldw R0, [5]" 44 LDBX(4), // Load 1 byte from immediate offset plus register, e.g. "ldbx R0, [5]R0" 45 LDHX(5), // Load 2 byte from immediate offset plus register, e.g. "ldhx R0, [5]R0" 46 LDWX(6), // Load 4 byte from immediate offset plus register, e.g. "ldwx R0, [5]R0" 53 LI(13), // Load immediate, e.g. "li R0,5" (immediate encoded as signed value) 61 EXT(21); // Followed by immediate indicating ExtendedOpcodes. 69 // Extended opcodes. Primary opcode is Opcodes.EXT. ExtendedOpcodes are encoded in the immediate [all...] |
/external/llvm/lib/Target/X86/InstPrinter/ |
X86ATTInstPrinter.cpp | 138 /// printPCRelImm - This is used to print an immediate value that ends up 148 assert(Op.isExpr() && "unknown pcrel immediate operand"); 173 // the hex value of the immediate operand when it isn't in the range 207 assert(DispSpec.isExpr() && "non-immediate displacement for LEA?"); 277 assert(DispSpec.isExpr() && "non-immediate displacement?");
|
/external/v8/src/ |
bailout-reason.h | 65 "EmitLoadRegister: Unsupported double immediate") \ 199 V(kToOperand32UnsupportedImmediate, "ToOperand32 unsupported immediate.") \ 203 "ToOperand Unsupported double immediate") \ 248 V(kUnsupportedDoubleImmediate, "Unsupported double immediate") \ 258 V(kUnsupportedTaggedImmediate, "Unsupported tagged immediate") \
|
/external/v8/src/x64/ |
deoptimizer-x64.cc | 144 __ subp(rsp, Immediate(kDoubleRegsSize)); 223 __ addp(rsp, Immediate(1 * kRegisterSize + kPCOnStackSize)); 239 __ addp(rdx, Immediate(sizeof(intptr_t))); 271 __ subp(rcx, Immediate(sizeof(intptr_t))); 276 __ addp(rax, Immediate(kPointerSize));
|
/toolchain/binutils/binutils-2.25/cpu/ |
epiphany.opc | 157 return _("register name used as immediate value"); 219 /* Don't treat "mov ip,ip" as a move-immediate. */ 220 return _("register source in immediate move"); 275 /* Don't treat "mov ip,ip" as a move-immediate. */ 276 return _("register source in immediate move");
|
/external/v8/src/ia32/ |
builtins-ia32.cc | 58 __ add(eax, Immediate(num_extra_args + 1)); 197 __ or_(ebx, Immediate(kHeapObjectTag)); 217 Immediate(1 << Map::ConstructionCounter::kShift)); 436 __ Move(esi, Immediate(0)); 463 __ Move(ecx, Immediate(0)); 532 __ push(Immediate(0)); 568 __ mov(eax, Immediate(masm->isolate()->factory()->undefined_value())); 575 __ sub(ebx, Immediate(kPointerSize)); 604 Immediate(InterpreterFrameConstants::kRegisterFilePointerFromFp)); 606 Immediate(BytecodeArray::kHeaderSize - kHeapObjectTag)) [all...] |