Home
last modified time | relevance | path

Searched refs:Xt (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit.h62 #define A64_LDRSB(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 8, SIGNED_LOAD) argument
65 #define A64_LDRSH(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 16, SIGNED_LOAD) argument
68 #define A64_LDRSW(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 32, SIGNED_LOAD) argument
69 #define A64_STR64(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 64, STORE) argument
70 #define A64_LDR64(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 64, LOAD) argument
79 #define A64_LDRSBI(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 8, SIGNED_LOAD) argument
82 #define A64_LDRSHI(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 16, SIGNED_LOAD) argument
85 #define A64_LDRSWI(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 32, SIGNED_LOAD) argument
86 #define A64_STR64I(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 64, STORE) argument
87 #define A64_LDR64I(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 64, LOAD) argument
[all …]
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfpsimd-test.S20 .macro _vldr Vn:req, Xt:req
21 ld1 {v\Vn\().2d}, [x\Xt]
24 .macro _vstr Vn:req, Xt:req
25 st1 {v\Vn\().2d}, [x\Xt]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0002-meson.build-add-features-options-for-png-gif-tiff-we.patch42 -xt_dep = cc.find_library('Xt', required : false)
47 +xt_dep = cc.find_library('Xt', required : get_option('motif'))
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxt_1.3.1.bb1 SUMMARY = "Xt: X Toolkit Intrinsics library"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.js6Xt,Ut,Yt=x.now(),Vt=/\?/,Gt=/#.*$/,Jt=/([?&])_=[^&]*/,Qt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Kt=/^(?:abou… variable
H A Djquery-3.7.1.min.js2Xt=C.createElement("a");function Ut(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,…
H A Djquery.dataTables-1.13.8.min.js4Xt(t,o+=i.sInfoPostFix),null!==(i=i.fnInfoCallback)&&(o=i.call(t.oInstance,t,e,n,a,r,o)),P(l).html… function
/openbmc/linux/drivers/eisa/
H A Deisa.ids413 DBI0901 "Digi PC/Xt - ISA"
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc380 LDST_LD_S_X = 2, /* load and sign-extend into Xt */