Home
last modified time | relevance | path

Searched refs:O6 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
60 "mul %[" #O6 "], %[" #I3 "], %[kC2] \n\t" \
68 "sra %[" #O6 "], %[" #O6 "], 16 \n\t" \
97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
105 "addq.ph %[" #O6 "], %[" #I3 "], %[" #I7 "] \n\t" \
113 "shra.ph %[" #O6 "], %[" #O6 "], 3 \n\t" \
141 #define CONVERT_2_BYTES_TO_HALF(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
149 "preceu.ph.qbr %[" #O6 "], %[" #I3 "] \n\t" \
Denc_mips_dsp_r2.c28 #define ADD_SUB_HALVES_X4(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
36 "addq.ph %[" #O6 "], %[" #I6 "], %[" #I7 "] \n\t" \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp52 BuildMI(MBB, MBBI, dl, TII.get(ADDri), SP::O6) in emitSPAdjustment()
53 .addReg(SP::O6).addImm(NumBytes); in emitSPAdjustment()
68 BuildMI(MBB, MBBI, dl, TII.get(ADDrr), SP::O6) in emitSPAdjustment()
69 .addReg(SP::O6).addReg(SP::G1); in emitSPAdjustment()
81 BuildMI(MBB, MBBI, dl, TII.get(ADDrr), SP::O6) in emitSPAdjustment()
82 .addReg(SP::O6).addReg(SP::G1); in emitSPAdjustment()
187 .addReg(SP::O6).addImm(Bias); in emitPrologue()
189 regUnbiased = SP::O6; in emitPrologue()
198 BuildMI(MBB, MBBI, dl, TII.get(SP::ADDri), SP::O6) in emitPrologue()
301 FrameReg = SP::O6; // %sp in getFrameIndexReference()
[all …]
DSparcRegisterInfo.td141 def O6 : Ri<14, "SP">, DwarfRegNum<[14]>;
291 def O6_O7 : Rdi<14, "O6", [O6, O7]>;
DSparcRegisterInfo.cpp70 Reserved.set(SP::O6); in getReservedRegs()
DSparcISelLowering.cpp822 SDValue StackPtr = DAG.getRegister(SP::O6, MVT::i32); in LowerCall_32()
843 SDValue StackPtr = DAG.getRegister(SP::O6, MVT::i32); in LowerCall_32()
877 SDValue StackPtr = DAG.getRegister(SP::O6, MVT::i32); in LowerCall_32()
886 SDValue StackPtr = DAG.getRegister(SP::O6, MVT::i32); in LowerCall_32()
915 SDValue StackPtr = DAG.getRegister(SP::O6, MVT::i32); in LowerCall_32()
1025 .Case("o4", SP::O4).Case("o5", SP::O5).Case("o6", SP::O6).Case("o7", SP::O7) in getRegisterByName()
1171 SDValue StackPtr = DAG.getRegister(SP::O6, PtrVT); in LowerCall_64()
1216 SDValue StackPtr = DAG.getRegister(SP::O6, PtrVT); in LowerCall_64()
1697 setStackPointerRegisterToSaveRestore(SP::O6); in SparcTargetLowering()
2593 unsigned SPReg = SP::O6; in LowerDYNAMIC_STACKALLOC()
DSparcInstrInfo.td426 let Defs = [O6], Uses = [O6] in {
903 let Uses = [O6],
1335 let Uses = [O6], isCall = 1, hasDelaySlot = 1 in
/third_party/typescript/tests/baselines/reference/
Demitter.asyncGenerators.objectLiteralMethods.es2015.symbols53 === tests/cases/conformance/emitter/es2015/asyncGenerators/O6.ts ===
55 >o6 : Symbol(o6, Decl(O6.ts, 0, 5))
58 >f : Symbol(f, Decl(O6.ts, 0, 12))
61 >x : Symbol(x, Decl(O6.ts, 2, 13))
Demitter.asyncGenerators.objectLiteralMethods.es5.symbols53 === tests/cases/conformance/emitter/es5/asyncGenerators/O6.ts ===
55 >o6 : Symbol(o6, Decl(O6.ts, 0, 5))
58 >f : Symbol(f, Decl(O6.ts, 0, 12))
61 >x : Symbol(x, Decl(O6.ts, 2, 13))
Demitter.asyncGenerators.objectLiteralMethods.es2018.symbols53 === tests/cases/conformance/emitter/es2018/asyncGenerators/O6.ts ===
55 >o6 : Symbol(o6, Decl(O6.ts, 0, 5))
58 >f : Symbol(f, Decl(O6.ts, 0, 12))
61 >x : Symbol(x, Decl(O6.ts, 2, 13))
Demitter.asyncGenerators.objectLiteralMethods.es2018.types70 === tests/cases/conformance/emitter/es2018/asyncGenerators/O6.ts ===
Demitter.asyncGenerators.objectLiteralMethods.es5.types70 === tests/cases/conformance/emitter/es5/asyncGenerators/O6.ts ===
Demitter.asyncGenerators.objectLiteralMethods.es2015.types70 === tests/cases/conformance/emitter/es2015/asyncGenerators/O6.ts ===
DconditionalTypes1.js201 type O6 = Or<false, boolean>; // boolean
618 type O6 = Or<false, boolean>;
DconditionalTypes1.types627 type O6 = Or<false, boolean>; // boolean
628 >O6 : boolean
DconditionalTypes1.symbols780 type O6 = Or<false, boolean>; // boolean
781 >O6 : Symbol(O6, Decl(conditionalTypes1.ts, 198, 29))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp39 unsigned Reg = MRI.getDwarfRegNum(SP::O6, true); in createSparcMCAsmInfo()
49 unsigned Reg = MRI.getDwarfRegNum(SP::O6, true); in createSparcV9MCAsmInfo()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dsimple_tracer.c93 #define O6 u_regs[13] in decode_regs()
108 decode(O6); in decode_regs()
/third_party/skia/third_party/externals/freetype/builds/compiler/
Demx.mk64 CFLAGS ?= -c -g -O6 -Wall
/third_party/mesa3d/.gitlab-ci/container/debian/
Dwinehq.gpg.key14 Bzz/7j0gqIODbs5FRZRtuf/IuPP3vZdWlNfAW/VyaLtVLJCM/mmaf/O6/gJ+D+E9
/third_party/zlib/old/os2/
DMakefile.os215 CFLAGS=-O6 -Wall
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts203 type O6 = Or<false, boolean>; // boolean alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp132 Sparc::O4, Sparc::O5, Sparc::O6, Sparc::O7,
998 RegNo = Sparc::O6; in matchRegisterName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp64 SP::O4, SP::O5, SP::O6, SP::O7,
/third_party/astc-encoder/Test/Images/Small/HDR-RGB/
Dhdr-rgb-00.hdr412 …�@���_gHR[egnt{���t�a�W-���%s٢�������h����O��� <�c# |O6!**/<&5Yy���Zch…
1145 <������� $@Qf~���W(���;'*9Zu�����kknoou��F������������0&O6@@#BO^--hcPTc��k����…
1165 …-#*4?DQ/2>L\isvfHZ/��<M^s������jknoosuuts�p@���芦����������^�Bl*@001'O6)h@T':<<DTy��QG�…
1467 ����  O6O���T@>( ���H !>Q+ ���
1517 ��˩ht�l�O6;O��!B-&!tZ1P@��Dmx:~h^c����TtQs�}ccx}��m�}thscG}�lGl����@ZG�@�4@lc4(}}@}��O��l(…

12