Home
last modified time | relevance | path

Searched refs:Absolute (Results 1 - 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DLocked.cpp207 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F()
216 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F()
226 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F()
235 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F()
245 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F()
254 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F()
337 __ cmpxchg8b(Address::Absolute(0x1FF00), NotLocked); in TEST_F()
344 __ cmpxchg8b(Address::Absolute(0x1FF00), Locked); in TEST_F()
444 __ cmpxchg(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F()
453 __ cmpxchg(IceType_i8, Address::Absolute( in TEST_F()
[all...]
/third_party/skia/include/utils/
H A DSkParsePath.h21 enum class PathEncoding { Absolute, Relative }; member in SkParsePath::PathEncoding
22 static void ToSVGString(const SkPath&, SkString*, PathEncoding = PathEncoding::Absolute);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp704 bool Absolute; in deriveSubInst() local
712 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
713 if (Absolute) { in deriveSubInst()
768 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
769 assert(Absolute);(void)Absolute; in deriveSubInst()
893 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
894 assert(Absolute);(void)Absolute; in deriveSubInst()
925 Absolute in deriveSubInst()
[all...]
H A DHexagonBaseInfo.h37 Absolute = 1, // Absolute addressing mode enumerator
38 AbsoluteSet = 2, // Absolute set addressing mode
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c73 d1->Register.Absolute == d2->Register.Absolute && in same_src_reg()
222 o->Absolute = i->Absolute; in copy_src_reg()
569 current.FullInstruction.Src[0].Register.Absolute == 0 && in i915_fpc_useless_mov()
601 next->FullInstruction.Src[0].Register.Absolute == 0 && in i915_fpc_optimize_useless_mov_after_inst()
H A Di915_fpc.h226 unsigned Absolute : 1; /* BOOL */ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h46 /* Almost a tgsi_src_register, but we need to pull in the Absolute
59 unsigned Absolute : 1; /* BOOL */ member
879 reg.Absolute = 1; in ureg_abs()
1088 src.Absolute = 0; in ureg_src_array_register()
1123 src.Absolute = 0; in ureg_src()
1178 src.Absolute = 0; in ureg_src_undef()
H A Dtgsi_lowering.c697 new_inst.Src[0].Register.Absolute = true; in transform_log()
760 new_inst.Src[0].Register.Absolute = true; in transform_log()
975 new_inst.Src[0].Register.Absolute = true; in transform_trunc()
985 new_inst.Src[0].Register.Absolute = true; in transform_trunc()
997 new_inst.Src[0].Register.Absolute = true; in transform_trunc()
H A Dtgsi_build.c841 src_register.Absolute = 0; in tgsi_default_src_register()
880 src_register.Absolute = absolute; in tgsi_build_src_register()
1227 reg->Register.Absolute, in tgsi_build_full_instruction()
H A Dtgsi_dump.c597 if (src->Register.Absolute) in iter_instruction()
613 if (src->Register.Absolute) in iter_instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1458 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1459 if (Absolute) { in processInstruction()
1495 if (Absolute) { in processInstruction()
1685 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local
1686 if (!Absolute) in processInstruction()
1708 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1709 if (!Absolute) in processInstruction()
1738 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1739 if (!Absolute) in processInstruction()
1862 bool Absolute in processInstruction() local
1882 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); processInstruction() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff-common.hh160 return_trace (FontDict::serialize_link4_op(c, opstr.op, info.char_strings_link, whence_t::Absolute)); in serialize()
163 return_trace (FontDict::serialize_link4_op(c, opstr.op, info.fd_array_link, whence_t::Absolute)); in serialize()
166 return_trace (FontDict::serialize_link4_op(c, opstr.op, info.fd_select.link, whence_t::Absolute)); in serialize()
187 Dict::serialize_link4_op (c, opstr.op, privateDictInfo.link, whence_t::Absolute)); in serialize()
H A Dhb-subset-cff1.cc139 return_trace (FontDict::serialize_link4_op(c, op, mod.info.charset_link, whence_t::Absolute)); in serialize()
145 return_trace (FontDict::serialize_link4_op(c, op, mod.info.encoding_link, whence_t::Absolute)); in serialize()
151 Dict::serialize_link4_op (c, op, mod.info.privateDictInfo.link, whence_t::Absolute)); in serialize()
H A Dhb-serialize.hh61 Absolute /* Absolute: from the start of the serialize buffer. */ enumerator
453 case Absolute: offset = (head - start) + (child->head - tail); break; in resolve_links()
H A Dhb-repacker.hh866 case hb_serialize_context_t::whence_t::Absolute: in compute_offset()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h752 unsigned Absolute : 1; /* BOOL */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h84 Absolute = 1U << 3,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp321 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory()
322 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
324 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory()
328 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory()
330 WD = {Absolute, Resolved}; in setCurrentWorkingDirectory()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c381 if (reg->Register.Absolute) { in lp_build_emit_fetch_src()
H A Dlp_bld_tgsi_info.c68 if (!src->Indirect && !src->Absolute && !src->Negate) { in analyse_src()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c187 dst->Abs = src->Register.Absolute; in transform_srcreg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp124 Flags |= JITSymbolFlags::Absolute;
/third_party/gn/src/gn/
H A Dvariables.cc285 "python_path: [string] Absolute path of Python.";
287 R"(python_path: Absolute path of Python.
313 Absolute path to the root of the generated output directory tree for the
332 Absolute path to the root of the output directory tree for the current
360 Absolute path to the target's generated file directory. This will be the
386 Absolute path to the target's generated file directory. If your current
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c214 inst.Src[1].Register.Absolute = true; in aa_transform_epilog()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp879 case HexagonII::Absolute: in getRegOffOpcode()
1160 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender()
1849 IsAbs = AM == HexagonII::Absolute; in replaceInstr()

Completed in 35 milliseconds

123