HomeSort by relevance Sort by last modified time
    Searched refs:Nop (Results 26 - 50 of 82) sorted by null

12 3 4

  /art/compiler/trampolines/
trampoline_compiler.cc 187 __ Nop();
  /external/v8/src/interpreter/
bytecode-peephole-optimizer.cc 77 // An action shouldn't leave a NOP as last bytecode unless it has
78 // source position information. NOP without source information can
195 BytecodeNode new_node(BytecodeNode::Nop(node->source_info()));
bytecode-register-optimizer.cc 353 // Emit a placeholder nop to maintain source position info.
368 BytecodeNode nop = BytecodeNode::Nop(source_info); local
369 next_stage_->Write(&nop);
bytecodes.h 312 V(Nop, AccumulatorUse::kNone)
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 226 patcher.masm()->Nop(
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 713 MCInst Nop;
714 Nop.setOpcode(Hexagon::A2_nop);
720 MCB.addOperand(MCOperand::createInst(new (Context) MCInst(Nop)));
  /external/v8/src/wasm/
wasm-opcodes.cc 103 CASE_OP(Nop, "nop")
wasm-opcodes.h 58 V(Nop, 0x01, _) \
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 279 if (inst->Nop)
317 /* Generate a single NOP for this node */
radeon_pair_schedule.c 715 /* We don't need a nop if the previous instruction is a TEX. */
737 emitted->Prev->U.P.Nop = 1;
753 emitted->Prev->U.P.Nop = 1;
    [all...]
r500_fragprog_emit.c 221 * NOP the specified instruction if it is not a texture lookup.
247 /* Quirk: MDH/MDV (DDX/DDY) need a NOP on previous non-TEX instructions. */
272 if (inst->Nop) {
  /external/r8/src/main/java/com/android/tools/r8/code/
BaseInstructionFactory.java 14 return Nop.create(high, stream);
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
assembler_mips64_test.cc 75 // NOP is encoded as four zero bytes on MIPS.
279 "nop\n" +
284 "nop\n";
308 "nop\n" +
313 "nop\n";
717 __ Nop();
722 __ Nop();
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 606 __ Nop();
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 400 Nop,
    [all...]
IceInstX86Base.h 132 Nop,
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.h 688 _SPIRV_OP(Nop)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 102 // NopResetter can be embedded by implementations of Transformer to add a nop
310 type nop struct{ NopResetter } type
312 func (nop) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
320 func (nop) Span(src []byte, atEOF bool) (n int, err error) {
335 // Nop is a SpanningTransformer that copies src to dst.
336 Nop SpanningTransformer = nop{}
380 return nop{}
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 102 // NopResetter can be embedded by implementations of Transformer to add a nop
310 type nop struct{ NopResetter } type
312 func (nop) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
320 func (nop) Span(src []byte, atEOF bool) (n int, err error) {
335 // Nop is a SpanningTransformer that copies src to dst.
336 Nop SpanningTransformer = nop{}
380 return nop{}
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /external/v8/src/x87/
assembler-x87.cc 253 Nop((m - (addr & mask)) & mask);
266 void Assembler::Nop(int bytes) {
269 // Older CPUs that do not support SSE2 may not support multibyte NOP
1294 void Assembler::nop() { function in class:v8::internal::Assembler
    [all...]
assembler-x87.h 539 // One byte opcode for nop.
572 // Insert the smallest number of nop instructions
579 void Nop(int bytes = 1);
808 void nop();
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 221 #define Nop
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h 504 inline void Nop() { nop(); }
    [all...]

Completed in 776 milliseconds

12 3 4