/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ir.c | 98 struct multijmp *jmp; in check_switch() local
|
H A D | flow.c | 72 struct multijmp *jmp; in remove_other_phisources() local 685 struct multijmp *jmp; in rewrite_parent_branch() local 752 struct multijmp *jmp; in vrfy_children() local [all...] |
H A D | sparse-llvm.c | 773 struct multijmp *jmp; in output_op_switch() local [all...] |
H A D | simplify.c | 2650 struct multijmp *jmp; in simplify_switch() local 2684 struct multijmp *jmp; in simplify_cgoto() local [all...] |
H A D | linearize.c | 386 struct multijmp *jmp; in show_instruction() local 399 struct multijmp *jmp; show_instruction() local 2234 struct multijmp *jmp; linearize_switch() local 2426 struct multijmp *jmp = alloc_multijmp(bb_computed, 1, 0); linearize_statement() local [all...] |
/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 145 jmp (void) in jmp() function
|
/third_party/mesa3d/src/glx/tests/ |
H A D | query_renderer_unittest.cpp | 43 static jmp_buf jmp; variable [all...] |
H A D | query_renderer_implementation_unittest.cpp | 47 static jmp_buf jmp; variable
|
/third_party/elfutils/libcpu/ |
H A D | bpf_disasm.c | 106 unsigned code, class, jmp; in bpf_disasm() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_legalize.c | 786 struct ir3_instruction *jmp; in block_sched() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_clone.c | 465 clone_jump(clone_state *state, const nir_jump_instr *jmp) in clone_jump() argument
|
H A D | nir_serialize.c | 1685 write_jump(write_ctx *ctx, const nir_jump_instr *jmp) in write_jump() argument 1708 nir_jump_instr *jmp = nir_jump_instr_create(ctx->nir, header.jump.type); in read_jump() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compile_sf.c | 760 int jmp; in brw_emit_anyprim_setup() local
|
H A D | brw_fs_generator.cpp | 430 int jmp = brw_JMPI(p, brw_imm_ud(0), BRW_PREDICATE_NORMAL) - p->store; in generate_fb_write() local
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 127 void jmp(Label* L) { Branch(L); } in jmp() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 106 void jmp(Label* L) { Branch(L); } in jmp() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 118 void jmp(Label* L) { Branch(L); } in jmp() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 1033 void jmp(Label* L) { b(L, al); } in jmp() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 93 void jmp(Label* L) { Branch(L); } in jmp() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.h | 971 void jmp(Label* l, Label::Distance dist = Label::kFar) { b(al, l, dist); } in jmp() function in v8::internal::Assembler 988 void jmp(Register r) { b(al, r); } in jmp() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 1134 void TurboAssembler::jmp(Label* L) { B(L); } in jmp() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1190 void jmp(Label* L) { b(L); } in jmp() function in v8::internal::Assembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.cpp | 2912 void AssemblerX8632::jmp(const Immediate &abs_address) { in jmp() function in Ice::X8632::AssemblerX8632
|
H A D | IceAssemblerX8664.cpp | 3067 void AssemblerX8664::jmp(const Immediate &abs_address) { in jmp() function in Ice::X8664::AssemblerX8664
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 763 void jmp(Register reg) { jmp(Operand(reg)); } in jmp() function in v8::internal::Assembler
|