HomeSort by relevance Sort by last modified time
    Searched refs:immediate (Results 376 - 400 of 644) sorted by null

<<11121314151617181920>>

  /external/vixl/test/aarch32/
test-assembler-cond-rdlow-operand-imm8-t32-in-it-block.cc 69 int32_t immediate; member in struct:vixl::aarch32::__anon38313::Operands
1121 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-simulator-cond-rd-rn-operand-imm12-t32.cc 137 int32_t immediate; member in struct:vixl::aarch32::__anon38350::Operands
1447 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 42 cachedIdom []*Block // cached immediate dominators
456 // Idom returns a map from block ID to the immediate dominator of that block.
dom.go 242 // which maps block ID to the immediate dominator of that block.
sparsetree.go 146 // a node with the same immediate dominator) or nil if there
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 42 cachedIdom []*Block // cached immediate dominators
456 // Idom returns a map from block ID to the immediate dominator of that block.
dom.go 242 // which maps block ID to the immediate dominator of that block.
sparsetree.go 146 // a node with the same immediate dominator) or nil if there
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 80 virtual uint32_t imm(uint32_t immediate) = 0;
87 // (immediate and Rm can be negative, which indicates U=0)
94 // (immediate and Rm can be negative, which indicates U=0)
MIPS64Assembler.h 72 virtual uint32_t imm(uint32_t immediate);
79 // (immediate and Rm can be negative, which indicates U=0)
86 // (immediate and Rm can be negative, which indicates U=0)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c 734 Invented so we know hw many bytes a "I^#42" needs in its immediate
883 VMS says "#42" for immediate mode, while most UN*X say "$42".
945 vip_op_defaults (const char *immediate, const char *indirect, const char *displen)
947 vip_op_1 (VIP_IMMEDIATE, immediate);
963 const char *immediate,
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s 19 @ ADC (immediate)
64 @ ADD (immediate)
161 @ ADD (SP plus immediate) A8.8.9
226 @ AND (immediate)
258 @ ASR (immediate)
    [all...]
  /external/libdrm/nouveau/
pushbuf.c 537 int nr, uint32_t size, bool immediate,
580 push->channel = immediate ? chan : NULL;
670 /* need to flush if we've run out of space on an immediate pushbuf,
  /external/v8/src/js/
prologue.js 38 // import needs to be available immediate, use ImportNow.
  /external/vixl/src/aarch64/
operands-aarch64.h 736 // #<immediate>
737 // where <immediate> is int64_t.
740 Operand(int64_t immediate = 0); // NOLINT(runtime/explicit)
770 VIXL_DEPRECATED("GetImmediate", int64_t immediate() const) {
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 239 hideAppOverlay(true /* immediate */);
629 hideAppOverlay(false /* immediate */);
639 hideAppOverlay(false /* immediate */);
695 private void hideAppOverlay(boolean immediate) {
701 if (immediate) {
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 529 // the referenced symbol into the immediate field of the first instruction and the
602 // Set a MOV[NZ] immediate field to bits [15:0] of the offset from the thread
638 // instruction is a "DS-form" instruction, which has an immediate field occupying
678 // as immediate. The address is embedded into the instruction, possibly
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 529 // the referenced symbol into the immediate field of the first instruction and the
602 // Set a MOV[NZ] immediate field to bits [15:0] of the offset from the thread
638 // instruction is a "DS-form" instruction, which has an immediate field occupying
678 // as immediate. The address is embedded into the instruction, possibly
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
t16-bad.l 115 [^:]*:90: Error: only lo regs allowed with immediate -- `cmp r8,#255'
118 [^:]*:94: Error: only lo regs allowed with immediate -- `mov r8,#255'
187 [^:]*:133: Error: immediate value out of range -- `bkpt #257'
  /external/v8/src/x64/
macro-assembler-x64.cc 153 Push(Immediate(static_cast<int32_t>(address)));
227 addp(scratch, Immediate(kPointerSize));
233 testp(scratch, Immediate(StoreBuffer::kStoreBufferMask));
289 testb(dst, Immediate((1 << kPointerSizeLog2) - 1));
608 testp(rsp, Immediate(frame_alignment_mask));
767 subp(rsp, Immediate(kDoubleSize * XMMRegister::kMaxNumRegisters));
785 addp(rsp, Immediate(kDoubleSize * XMMRegister::kMaxNumRegisters));
941 shrq(src, Immediate(1));
943 andq(tmp, Immediate(1));
960 shrq(src, Immediate(1))
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/v8/src/ppc/
assembler-ppc.h 305 // immediate
306 INLINE(explicit Operand(intptr_t immediate,
321 inline intptr_t immediate() const {
340 // Alternatively we can have a 16bit signed value immediate
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc     [all...]

Completed in 1578 milliseconds

<<11121314151617181920>>