Home
last modified time | relevance | path

Searched refs:cbw (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp282 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/
DTargetInstrInfo.td138 "cbw", 0x98, RawFrm,
/external/llvm/lib/Target/X86/
DX86InstrExtension.td17 "{cbtw|cbw}", [], IIC_CBW>, OpSize16; // AX = signext(AL)
DX86InstrInfo.td2569 def : MnemonicAlias<"cbw", "cbtw", "att">;
/external/llvm/test/MC/X86/
Dx86-64.s475 cbw // CHECK: cbtw label
/external/mesa3d/src/mesa/x86/
Dassyntax.h410 #define CBW CHOICE(cbtw, cbw, cbw)
1146 #define CBW cbw
/external/valgrind/none/tests/x86/
Dinsn_basic.def174 cbw al.sb[123] : => ax.sw[123]
175 cbw al.sb[-123] : => ax.sw[-123]
/external/valgrind/none/tests/amd64/
Dinsn_basic.def222 cbw al.sb[123] : => ax.sw[123]
223 cbw al.sb[-123] : => ax.sw[-123]
/external/valgrind/perf/
Dtinycc.c3142 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/
DMakefile937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
/external/skia/third_party/yasm/config/win/
DMakefile937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
/external/skia/third_party/yasm/config/android/
DMakefile937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
/external/skia/third_party/yasm/config/openbsd/
DMakefile937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
/external/skia/third_party/yasm/config/mac/
DMakefile937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
/external/skia/third_party/yasm/config/chromeos/
DMakefile937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
/external/skia/third_party/yasm/config/linux/
DMakefile937 modules/arch/x86/tests/gas64/gas-cbw.asm \
938 modules/arch/x86/tests/gas64/gas-cbw.hex \
/external/llvm/docs/
DCodeGenerator.rst1676 def : MnemonicAlias<"cbw", "cbtw">;