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

  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86_operands.s 3 # Immediates
  /external/llvm/test/MC/X86/
x86_operands.s 3 # Immediates
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
x86_operands.s 3 # Immediates
  /external/v8/src/compiler/
jump-threading.cc 189 // Patch RPO immediates.
190 InstructionSequence::Immediates& immediates = code->immediates(); local
191 for (size_t i = 0; i < immediates.size(); i++) {
192 Constant constant = immediates[i];
196 if (!(fw == rpo)) immediates[i] = Constant(fw);
instruction.h 1573 Immediates& immediates() { return immediates_; } function in class:v8::internal::compiler::final
    [all...]
  /external/syzkaller/pkg/ifuzz/gen/
gen.go 281 // Immediates.
539 panic("too many immediates")
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
thumb-diagnostics.s 35 @ Immediates where registers were expected
45 @ Out of range immediates for ASR instruction.
53 @ Out of range immediates for BKPT instruction.
69 @ Out of range immediates for v8 HLT instruction.
184 @ Out of range immediates for LSL instruction.
205 @ Out of range immediates for STR instruction.
272 @ B/Bcc - out of range immediates for Thumb1 branches
290 @ CBZ/CBNZ - out of range immediates for branches

Completed in 394 milliseconds