Searched refs:cbw (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 282 OPJ_UINT32 cbw = img->comps[1].w; in sycc420_to_rgb() local 286 if (cbw != crw || cbh != crh) in sycc420_to_rgb() 288 if (!sycc420_size_is_valid(yw, cbw) || !sycc420_size_is_valid(yh, cbh)) in sycc420_to_rgb() 290 bool extw = sycc420_must_extend_cbcr(yw, cbw); in sycc420_to_rgb() 365 cb -= cbw; in sycc420_to_rgb()
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 138 "cbw", 0x98, RawFrm,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 17 "{cbtw|cbw}", [], IIC_CBW>, OpSize16; // AX = signext(AL)
|
D | X86InstrInfo.td | 2569 def : MnemonicAlias<"cbw", "cbtw", "att">;
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 475 cbw // CHECK: cbtw label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 410 #define CBW CHOICE(cbtw, cbw, cbw) 1146 #define CBW cbw
|
/external/valgrind/none/tests/x86/ |
D | insn_basic.def | 174 cbw al.sb[123] : => ax.sw[123] 175 cbw al.sb[-123] : => ax.sw[-123]
|
/external/valgrind/none/tests/amd64/ |
D | insn_basic.def | 222 cbw al.sb[123] : => ax.sw[123] 223 cbw al.sb[-123] : => ax.sw[-123]
|
/external/valgrind/perf/ |
D | tinycc.c | 3142 DEF_ASM_OP0(cbw, 0x6698) 3599 DEF_ASM_OP0(cbw, 0x6698) 4474 DEF_ASM_OP0(cbw, 0x6698) 4931 DEF_ASM_OP0(cbw, 0x6698) 15181 DEF_ASM_OP0(cbw, 0x6698) 15643 DEF_ASM_OP0(cbw, 0x6698)
|
/external/skia/third_party/yasm/config/ios/ |
D | Makefile | 937 modules/arch/x86/tests/gas64/gas-cbw.asm \ 938 modules/arch/x86/tests/gas64/gas-cbw.hex \
|
/external/skia/third_party/yasm/config/win/ |
D | Makefile | 937 modules/arch/x86/tests/gas64/gas-cbw.asm \ 938 modules/arch/x86/tests/gas64/gas-cbw.hex \
|
/external/skia/third_party/yasm/config/android/ |
D | Makefile | 937 modules/arch/x86/tests/gas64/gas-cbw.asm \ 938 modules/arch/x86/tests/gas64/gas-cbw.hex \
|
/external/skia/third_party/yasm/config/openbsd/ |
D | Makefile | 937 modules/arch/x86/tests/gas64/gas-cbw.asm \ 938 modules/arch/x86/tests/gas64/gas-cbw.hex \
|
/external/skia/third_party/yasm/config/mac/ |
D | Makefile | 937 modules/arch/x86/tests/gas64/gas-cbw.asm \ 938 modules/arch/x86/tests/gas64/gas-cbw.hex \
|
/external/skia/third_party/yasm/config/chromeos/ |
D | Makefile | 937 modules/arch/x86/tests/gas64/gas-cbw.asm \ 938 modules/arch/x86/tests/gas64/gas-cbw.hex \
|
/external/skia/third_party/yasm/config/linux/ |
D | Makefile | 937 modules/arch/x86/tests/gas64/gas-cbw.asm \ 938 modules/arch/x86/tests/gas64/gas-cbw.hex \
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1676 def : MnemonicAlias<"cbw", "cbtw">;
|