Searched refs:G0 (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 108 *prog++ = SETHI(0, G0); \ 113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \ 118 *prog++ = OR | RS1(G0) | RS2(FROM) | RD(TO); \ 123 *prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \ 175 *prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \ 262 *prog++ = (SUBCC | RS1(R1) | RS2(R2) | RD(G0)) 265 *prog++ = (SUBCC | IMMED | RS1(R1) | S13(IMM) | RD(G0)); 268 *prog++ = (ANDCC | RS1(R1) | RS2(R2) | RD(G0)) 271 *prog++ = (ANDCC | IMMED | RS1(R1) | S13(IMM) | RD(G0)); 451 emit_write_y(G0); in bpf_jit_compile() [all …]
|
D | bpf_jit_comp_64.c | 258 emit(SETHI(0, G0), ctx); in emit_nop() 263 emit(OR | RS1(G0) | RS2(from) | RD(to), ctx); in emit_reg_move() 340 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm32() 350 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm() 360 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm_sext() 504 emit(OR | IMMED | RS1(G0) | S13(the_const) | RD(dest), ctx); in emit_loadimm64() 563 emit(OR | IMMED | RS1(G0) | S13(fast_int) | RD(dest), ctx); in emit_loadimm64() 647 emit(SUBCC | RS1(R1) | RS2(R2) | RD(G0), CTX) 650 emit(SUBCC | IMMED | RS1(R1) | S13(IMM) | RD(G0), CTX) 653 emit(ANDCC | RS1(R1) | RS2(R2) | RD(G0), CTX) [all …]
|
D | bpf_jit_64.h | 6 #define G0 0x00 macro
|
D | bpf_jit_32.h | 19 #define G0 0x00 macro
|
/Linux-v5.4/arch/hexagon/ |
D | Makefile | 7 KBUILD_CFLAGS += -G0 8 LDFLAGS_vmlinux += -G0
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | berlin2cd-google-chromecast.dts | 74 groups = "G0";
|
/Linux-v5.4/Documentation/admin-guide/ |
D | unicode.rst | 24 Map symbol Map name Escape code (G0) 38 codes nor their uses match ISO 2022; Linux has two 8-bit codes (G0 and 39 G1), whereas ISO 2022 has four 7-bit codes (G0-G3).
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | arm,pl11x.txt | 52 index of the pad used as G0, third value index of the
|
/Linux-v5.4/Documentation/input/devices/ |
D | sentelic.rst | 94 Absolute position for STL3886-G0 126 Notify Packet for G0 830 bit6 0 RW G0 abs. + notify packet format enable
|
/Linux-v5.4/arch/sparc/kernel/ |
D | ptrace_64.c | 61 REG_OFFSET_NAME("g0", G0),
|
/Linux-v5.4/drivers/pinctrl/ |
D | pinctrl-pic32.c | 1539 PIC32_PINCTRL_GROUP(96, G0,
|