Home
last modified time | relevance | path

Searched defs:As (Results 1 – 25 of 110) sorted by relevance

12345

/aosp_15_r20/external/pigweed/pw_protobuf/
H A Dmessage.cc29 Uint32 Message::Field::As<Uint32>() { in As() function in pw::protobuf::Message::Field
36 Int32 Message::Field::As<Int32>() { in As() function in pw::protobuf::Message::Field
43 Sint32 Message::Field::As<Sint32>() { in As() function in pw::protobuf::Message::Field
50 Fixed32 Message::Field::As<Fixed32>() { in As() function in pw::protobuf::Message::Field
57 Sfixed32 Message::Field::As<Sfixed32>() { in As() function in pw::protobuf::Message::Field
64 Uint64 Message::Field::As<Uint64>() { in As() function in pw::protobuf::Message::Field
71 Int64 Message::Field::As<Int64>() { in As() function in pw::protobuf::Message::Field
78 Sint64 Message::Field::As<Sint64>() { in As() function in pw::protobuf::Message::Field
85 Fixed64 Message::Field::As<Fixed64>() { in As() function in pw::protobuf::Message::Field
92 Sfixed64 Message::Field::As<Sfixed64>() { in As() function in pw::protobuf::Message::Field
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
Darm.go92 func IsARMCMP(op obj.As) bool {
102 func IsARMSTREX(op obj.As) bool {
117 func IsARMMRC(op obj.As) bool {
127 func IsARMBFX(op obj.As) bool {
136 func IsARMFloatCmp(op obj.As) bool {
148 func ARMMRCOffset(op obj.As, cond string, x0, x1, x2, x3, x4, x5 int64) (offset int64, op0 obj.As, …
172 func IsARMMULA(op obj.As) bool {
Darm64.go89 func IsARM64ADR(op obj.As) bool {
99 func IsARM64CMP(op obj.As) bool {
113 func IsARM64STLXR(op obj.As) bool {
127 func IsARM64TBL(op obj.As) bool {
138 func IsARM64CASP(op obj.As) bool {
Dloong64.go26 func IsLoong64CMP(op obj.As) bool {
37 func IsLoong64MUL(op obj.As) bool {
50 func IsLoong64RDTIME(op obj.As) bool {
58 func IsLoong64AMO(op obj.As) bool {
Dmips.go26 func IsMIPSCMP(op obj.As) bool {
37 func IsMIPSMUL(op obj.As) bool {
Dppc64.go26 func IsPPC64CMP(op obj.As) bool {
36 func IsPPC64NEG(op obj.As) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
Dasm7.go84 func IsAtomicInstruction(as obj.As) bool {
1421 func isSTLXRop(op obj.As) bool {
1430 func isSTXPop(op obj.As) bool {
1438 func isANDop(op obj.As) bool {
1447 func isANDWop(op obj.As) bool {
1456 func isADDop(op obj.As) bool {
1464 func isADDWop(op obj.As) bool {
1472 func isADDSop(op obj.As) bool {
1480 func isNEGop(op obj.As) bool {
1488 func isLoadStorePairOp(op obj.As) bool {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/riscv/
Dobj.go192 func movToLoad(mnemonic obj.As) obj.As {
218 func movToStore(mnemonic obj.As) obj.As {
263 func InvertBranch(as obj.As) obj.As {
1076 func immI(as obj.As, imm int64, nbits uint) uint32 {
1255 func encodeR(as obj.As, rs1, rs2, rd, funct3, funct7 uint32) uint32 {
1267 func encodeR4(as obj.As, rs1, rs2, rs3, rd, funct3, funct2 uint32) uint32 {
1315 func encodeI(as obj.As, rs1, rd, imm uint32) uint32 {
1333 func encodeS(as obj.As, rs1, rs2, imm uint32) uint32 {
1816 func encodingForAs(as obj.As) (encoding, error) {
1904 func instructionsForOpImmediate(p *obj.Prog, as obj.As, rs int16) []*instruction {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
Dasm.go395 func (p *Parser) asmJump(op obj.As, cond string, a []obj.Addr) {
597 func (p *Parser) asmInstruction(op obj.As, cond string, a []obj.Addr) {
944 func (p *Parser) getConstant(prog *obj.Prog, op obj.As, addr *obj.Addr) int64 {
952 func (p *Parser) getImmediate(prog *obj.Prog, op obj.As, addr *obj.Addr) int64 {
960 func (p *Parser) getRegister(prog *obj.Prog, op obj.As, addr *obj.Addr) int16 {
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dcast.rs17 pub trait As { interface
26 impl As for $ty { impl
41 impl As for $ty { impl
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Djson.h38 inline int As(const Json::Value& v) { in As() function
43 inline std::string As(const Json::Value& v) { in As() function
48 inline bool As(const Json::Value& v) { in As() function
53 inline Json::Value As(const Json::Value& v) { in As() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-variadics.cpp39 auto L = [](auto ... As) { in test()
44 auto L = [](auto A, auto B, auto ... As) { in test()
51 auto L = [](auto ... As) { in test()
64 auto L = [](auto A, auto ... As) { in test()
H A Dunaddressable-functions.cpp53 template <typename Fn, typename... Args> void call(Fn F, Args... As) { in call()
70 void callMem(Fn F, T t, Args... As) { in callMem()
93 template <typename Fn, typename... Args> auto call(Fn F, Args... As) { in call()
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-generic-lambda-1y.cpp9 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in __anone6f536c10202()
10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anone6f536c10302()
12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anone6f536c10402()
18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp91 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode()
124 Node *makeNode(Args &&...As) { in makeNode()
140 template<typename T, typename ...Args> Node *makeNodeSimple(Args &&...As) { in makeNodeSimple()
168 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp97 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode()
130 Node *makeNode(Args &&...As) { in makeNode()
146 template<typename T, typename ...Args> Node *makeNodeSimple(Args &&...As) { in makeNodeSimple()
174 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode()
/aosp_15_r20/external/openthread/src/core/common/
H A Dtlvs.hpp790 template <class TlvType> TlvType *As(Tlv *aTlv) { return static_cast<TlvType *>(aTlv); } in As() function
802 template <class TlvType> const TlvType *As(const Tlv *aTlv) { return static_cast<const TlvType *>(a… in As() function
814 template <class TlvType> TlvType &As(Tlv &aTlv) { return static_cast<TlvType &>(aTlv); } in As() function
826 template <class TlvType> const TlvType &As(const Tlv &aTlv) { return static_cast<const TlvType &>(a… in As() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
Dvector.go16 func vop(as obj.As) (opcode, es, cs uint32) {
1029 func singleElementMask(as obj.As) uint32 {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp154 static AddrMode DecodeSrcAddrMode(unsigned Rs, unsigned As) { in DecodeSrcAddrMode()
183 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeI() local
189 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeII() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp154 static AddrMode DecodeSrcAddrMode(unsigned Rs, unsigned As) { in DecodeSrcAddrMode()
183 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeI() local
189 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeII() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
Dssa.go141 func opregreg(s *ssagen.State, op obj.As, dest, src int16) *obj.Prog {
156 func opregregimm(s *ssagen.State, op obj.As, dest, src int16, off int64) *obj.Prog {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/loong64/
Dasm.go428 func IsAtomicInst(as obj.As) bool {
1041 func opset(a, b0 obj.As) {
2274 func vshift(a obj.As) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
Dssa.go99 func genshift(s *ssagen.State, v *ssa.Value, as obj.As, r0, r1, r int16, typ int64, n int64) *obj.P…
117 func genregshift(s *ssagen.State, as obj.As, r0, r1, r2, r int16, typ int64) *obj.Prog {
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dtensor_view.h184 Tensor<DType, RANK> As() { in As() function
190 const Tensor<DType, RANK> As() const { in As() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/wasm/
Dwasmobj.go1241 func writeOpcode(w *bytes.Buffer, as obj.As) {
1287 func align(as obj.As) uint64 {

12345